Html Css Color HEX #CEA5CA Lilac

📋 copy color: '#CEA5CA'

red 206 ◦ green 165 ◦ blue 202

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

Shades of Lilac #CEA5CA

Tints of Lilac #CEA5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.8%

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

R = 35.95%
G = 28.8%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CEA5CA (or 0xCEA5CA) is known color: Lilac. HEX triplet: CE, A5 and CA. RGB value is (206,165,202). Sum of RGB (Red+Green+Blue) = 206+165+202=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5CA is #315A35. Grayscale: #B5B5B5. Windows color (decimal): -3234358 or 13280718. OLE color: 13280718.

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

Color convert

RGB 206 165 202 -
CMYK 0 0.20 0.02 0.19
HSL 305.85º 0.29% 0.73% -
HSV(B) 305.85º 0.2% 0.81% -
XYZ 49.57 44.3 61.81 -
YUV 181.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 206 165 202 0 0.20 0.02 0.19 305.85 0.29 0.73
Hex CE A5 CA 0 14 2 13 132 1D 49
Octal 316 245 312 0 24 2 23 462 35 111
Binary 11001110 10100101 11001010 0 10100 10 10011 100110010 11101 1001001

Color Harmonies of #CEA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA5CA

Black with #CEA5CA

Text Example


Text Example

White with #CEA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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