#AFAFDE

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

Shades of Lavender Grey #AFAFDE

Tints of Lavender Grey #AFAFDE

Color information

#AFAFDE (or 0xAFAFDE) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and DE. RGB value is (175,175,222). Sum of RGB (Red+Green+Blue) = 175+175+222=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFDE is #505021. Grayscale: #B4B4B4. Windows color (decimal): -5263394 or 14593967. OLE color: 14593967.

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

Color convert

RGB175175222-
CMYK0.210.2100.13
HSL240º41.59%77.84%-
HSV(B)240º21.17%87.06%-
XYZ46.1945.0575.37-
YUV180.36151.5124.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=30.59%
G=30.59%
B=38.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751752220.210.2100.1324041.5977.84
HexAFAFDE15150Df02a4e
Octal257257336252501536052116
Binary101011111010111111011110101011010101101111100001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFDE; }

 p { color: rgb(175,175,222); }

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

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

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

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

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

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

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