#AFB5DD

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

Shades of Perano #AFB5DD

Tints of Perano #AFB5DD

Color information

#AFB5DD (or 0xAFB5DD) is unknown color: approx Perano. HEX triplet: AF, B5 and DD. RGB value is (175,181,221). Sum of RGB (Red+Green+Blue) = 175+181+221=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFB5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5DD is #504A22. Grayscale: #B7B7B7. Windows color (decimal): -5261859 or 14529967. OLE color: 14529967.

HSL color Cylindrical-coordinate representation of color #AFB5DD: hue angle of 232.17º 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 #AFB5DD is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175181221-
CMYK0.210.1800.13
HSL232.17º40.35%77.65%-
HSV(B)232.17º20.81%86.67%-
XYZ47.2547.3875.06-
YUV183.77149.01121.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 181 (71.09% from 255) = 31.37%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=30.33%
G=31.37%
B=38.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751812210.210.1800.13232.1740.3577.65
HexAFB5DD15120De8284e
Octal257265335252201535050116
Binary101011111011010111011101101011001001101111010001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5DD; }

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

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

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

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

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

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

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

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