Html Css Color HEX #CEA0D2 Lilac

📋 copy color: '#CEA0D2'

red 206 ◦ green 160 ◦ blue 210

#CEA0D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CEA0D2

Tints of Lilac #CEA0D2

RGB

 RED value IS 206 (80.86% from 255) = 35.76%

 GREEN value IS 160 (62.89% from 255) = 27.78%

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 35.76%
G = 27.78%
B = 36.46%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEA0D2 (or 0xCEA0D2) is known color: Lilac. HEX triplet: CE, A0 and D2. RGB value is (206,160,210). Sum of RGB (Red+Green+Blue) = 206+160+210=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEA0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0D2 is #315F2D. Grayscale: #B3B3B3. Windows color (decimal): -3235630 or 13803726. OLE color: 13803726.

HSL color Cylindrical-coordinate representation of color #CEA0D2: hue angle of 295.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA0D2 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 160 210 -
CMYK 0.02 0.24 0 0.18
HSL 295.2º 0.36% 0.73% -
HSV(B) 295.2º 0.24% 0.82% -
XYZ 49.66 42.92 66.64 -
YUV 179.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 206 160 210 0.02 0.24 0 0.18 295.2 0.36 0.73
Hex CE A0 D2 2 18 0 12 127 24 49
Octal 316 240 322 2 30 0 22 447 44 111
Binary 11001110 10100000 11010010 10 11000 0 10010 100100111 100100 1001001

Color Harmonies of #CEA0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0D2

Black with #CEA0D2

Text Example


Text Example

White with #CEA0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0D2; }

 p { color: rgb(206,160,210); }

 H1.HeaderClassName
 {
   color: #CEA0D2;
 }
 .AnyTagClassName
 {
   color: #CEA0D2;
 }
</style>

background-color css

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

 a { background-color: rgb(206,160,210); }

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

border-color css

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

 span { border-color: rgb(206,160,210); }

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