#CEAFD0

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

Shades of Lilac #CEAFD0

Tints of Lilac #CEAFD0

Color information

#CEAFD0 (or 0xCEAFD0) is unknown color: approx Lilac. HEX triplet: CE, AF and D0. RGB value is (206,175,208). Sum of RGB (Red+Green+Blue) = 206+175+208=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD0 is #31502F. Grayscale: #BBBBBB. Windows color (decimal): -3231792 or 13676494. OLE color: 13676494.

HSL color Cylindrical-coordinate representation of color #CEAFD0: hue angle of 296.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAFD0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206175208-
CMYK0.010.1600.18
HSL296.36º25.98%75.1%-
HSV(B)296.36º15.87%81.57%-
XYZ52.1748.3466.25-
YUV188.03139.27140.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=34.97%
G=29.71%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061752080.010.1600.18296.3625.9875.1
HexCEAFD01100121281a4b
Octal31625732012002245032113
Binary110011101010111111010000110000010010100101000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFD0; }

 p { color: rgb(206,175,208); }

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

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

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

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

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

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

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