#AFB3DD

Color #AFB3DD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AFB3DD

Tints of Perano #AFB3DD

Color information

#AFB3DD (or 0xAFB3DD) is unknown color: approx Perano. HEX triplet: AF, B3 and DD. RGB value is (175,179,221). Sum of RGB (Red+Green+Blue) = 175+179+221=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFB3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3DD is #504C22. Grayscale: #B6B6B6. Windows color (decimal): -5262371 or 14529455. OLE color: 14529455.

HSL color Cylindrical-coordinate representation of color #AFB3DD: hue angle of 234.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB3DD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175179221-
CMYK0.210.1900.13
HSL234.78º40.35%77.65%-
HSV(B)234.78º20.81%86.67%-
XYZ46.8546.5774.93-
YUV182.59149.67122.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=30.43%
G=31.13%
B=38.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751792210.210.1900.13234.7840.3577.65
HexAFB3DD15130Deb284e
Octal257263335252301535350116
Binary101011111011001111011101101011001101101111010111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3DD; }

 p { color: rgb(175,179,221); }

 H1.HeaderClassName
 {
   color: #AFB3DD;
 }
 .AnyTagClassName
 {
   color: #AFB3DD;
 }
</style>
background-color css

<style>
 a { background-color: #AFB3DD; }

 a { background-color: rgb(175,179,221); }

 div.DivClassName
 {
   background-color: #AFB3DD;
 }
 .BgClassName
 {
   background-color: #AFB3DD;
 }
</style>
border-color css

<style>
 span { border-color: #AFB3DD; }

 span { border-color: rgb(175,179,221); }

 td.TdClassName
 {
   border-color: #AFB3DD;
 }
 .TagClassName
 {
   border-color: #AFB3DD;
 }
</style>