Html Css Color HEX #CAAECE Lilac

📋 copy color: '#CAAECE'

red 202 ◦ green 174 ◦ blue 206

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

Shades of Lilac #CAAECE

Tints of Lilac #CAAECE

RGB

 RED value IS 202 (79.3% from 255) = 34.71%

 GREEN value IS 174 (68.36% from 255) = 29.9%

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 34.71%
G = 29.9%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CAAECE (or 0xCAAECE) is known color: Lilac. HEX triplet: CA, AE and CE. RGB value is (202,174,206). Sum of RGB (Red+Green+Blue) = 202+174+206=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECE is #355131. Grayscale: #B9B9B9. Windows color (decimal): -3494194 or 13545162. OLE color: 13545162.

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

Color convert

RGB 202 174 206 -
CMYK 0.02 0.16 0 0.19
HSL 292.5º 0.25% 0.75% -
HSV(B) 292.5º 0.16% 0.81% -
XYZ 50.63 47.28 64.85 -
YUV 186.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 202 174 206 0.02 0.16 0 0.19 292.5 0.25 0.75
Hex CA AE CE 2 10 0 13 124 19 4B
Octal 312 256 316 2 20 0 23 444 31 113
Binary 11001010 10101110 11001110 10 10000 0 10011 100100100 11001 1001011

Color Harmonies of #CAAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAECE

Black with #CAAECE

Text Example


Text Example

White with #CAAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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