Html Css Color HEX #CAAECC Lilac

📋 copy color: '#CAAECC'

red 202 ◦ green 174 ◦ blue 204

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

Shades of Lilac #CAAECC

Tints of Lilac #CAAECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 34.83%
G = 30%
B = 35.17%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAAECC (or 0xCAAECC) is known color: Lilac. HEX triplet: CA, AE and CC. RGB value is (202,174,204). Sum of RGB (Red+Green+Blue) = 202+174+204=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECC is #355133. Grayscale: #B9B9B9. Windows color (decimal): -3494196 or 13414090. OLE color: 13414090.

HSL color Cylindrical-coordinate representation of color #CAAECC: hue angle of 296º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAAECC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 174 204 -
CMYK 0.01 0.15 0 0.2
HSL 296º 0.23% 0.74% -
HSV(B) 296º 0.15% 0.8% -
XYZ 50.39 47.19 63.58 -
YUV 185.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 202 174 204 0.01 0.15 0 0.2 296 0.23 0.74
Hex CA AE CC 1 F 0 14 128 17 4A
Octal 312 256 314 1 17 0 24 450 27 112
Binary 11001010 10101110 11001100 1 1111 0 10100 100101000 10111 1001010

Color Harmonies of #CAAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAECC

Black with #CAAECC

Text Example


Text Example

White with #CAAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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