Html Css Color HEX #CEA8CA Lilac

📋 copy color: '#CEA8CA'

red 206 ◦ green 168 ◦ blue 202

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

Shades of Lilac #CEA8CA

Tints of Lilac #CEA8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 35.76%
G = 29.17%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEA8CA (or 0xCEA8CA) is known color: Lilac. HEX triplet: CE, A8 and CA. RGB value is (206,168,202). Sum of RGB (Red+Green+Blue) = 206+168+202=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8CA is #315735. Grayscale: #B7B7B7. Windows color (decimal): -3233590 or 13281486. OLE color: 13281486.

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

Color convert

RGB 206 168 202 -
CMYK 0 0.18 0.02 0.19
HSL 306.32º 0.28% 0.73% -
HSV(B) 306.32º 0.18% 0.81% -
XYZ 50.12 45.39 62 -
YUV 183.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 206 168 202 0 0.18 0.02 0.19 306.32 0.28 0.73
Hex CE A8 CA 0 12 2 13 132 1C 49
Octal 316 250 312 0 22 2 23 462 34 111
Binary 11001110 10101000 11001010 0 10010 10 10011 100110010 11100 1001001

Color Harmonies of #CEA8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8CA

Black with #CEA8CA

Text Example


Text Example

White with #CEA8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8CA; }

 p { color: rgb(206,168,202); }

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

background-color css

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

 a { background-color: rgb(206,168,202); }

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

border-color css

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

 span { border-color: rgb(206,168,202); }

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