Html Css Color HEX #CEA0CA Lilac

📋 copy color: '#CEA0CA'

red 206 ◦ green 160 ◦ blue 202

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

Shades of Lilac #CEA0CA

Tints of Lilac #CEA0CA

RGB

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

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

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

R = 36.27%
G = 28.17%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEA0CA (or 0xCEA0CA) is known color: Lilac. HEX triplet: CE, A0 and CA. RGB value is (206,160,202). Sum of RGB (Red+Green+Blue) = 206+160+202=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0CA is #315F35. Grayscale: #B2B2B2. Windows color (decimal): -3235638 or 13279438. OLE color: 13279438.

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

Color convert

RGB 206 160 202 -
CMYK 0 0.22 0.02 0.19
HSL 305.22º 0.32% 0.72% -
HSV(B) 305.22º 0.22% 0.81% -
XYZ 48.69 42.53 61.52 -
YUV 178.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 206 160 202 0 0.22 0.02 0.19 305.22 0.32 0.72
Hex CE A0 CA 0 16 2 13 131 20 48
Octal 316 240 312 0 26 2 23 461 40 110
Binary 11001110 10100000 11001010 0 10110 10 10011 100110001 100000 1001000

Color Harmonies of #CEA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA0CA

Black with #CEA0CA

Text Example


Text Example

White with #CEA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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