Html Css Color HEX #CEA4D2 Lilac

📋 copy color: '#CEA4D2'

red 206 ◦ green 164 ◦ blue 210

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

Shades of Lilac #CEA4D2

Tints of Lilac #CEA4D2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.28%

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

R = 35.52%
G = 28.28%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CEA4D2 (or 0xCEA4D2) is known color: Lilac. HEX triplet: CE, A4 and D2. RGB value is (206,164,210). Sum of RGB (Red+Green+Blue) = 206+164+210=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEA4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4D2 is #315B2D. Grayscale: #B5B5B5. Windows color (decimal): -3234606 or 13804750. OLE color: 13804750.

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

Color convert

RGB 206 164 210 -
CMYK 0.02 0.22 0 0.18
HSL 294.78º 0.34% 0.73% -
HSV(B) 294.78º 0.22% 0.82% -
XYZ 50.36 44.33 66.87 -
YUV 181.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 206 164 210 0.02 0.22 0 0.18 294.78 0.34 0.73
Hex CE A4 D2 2 16 0 12 127 22 49
Octal 316 244 322 2 26 0 22 447 42 111
Binary 11001110 10100100 11010010 10 10110 0 10010 100100111 100010 1001001

Color Harmonies of #CEA4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA4D2

Black with #CEA4D2

Text Example


Text Example

White with #CEA4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA4D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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