Html Css Color HEX #CAAECB Lilac

📋 copy color: '#CAAECB'

red 202 ◦ green 174 ◦ blue 203

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

Shades of Lilac #CAAECB

Tints of Lilac #CAAECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.06%

R = 34.89%
G = 30.05%
B = 35.06%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAAECB (or 0xCAAECB) is known color: Lilac. HEX triplet: CA, AE and CB. RGB value is (202,174,203). Sum of RGB (Red+Green+Blue) = 202+174+203=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAECB is #355134. Grayscale: #B9B9B9. Windows color (decimal): -3494197 or 13348554. OLE color: 13348554.

HSL color Cylindrical-coordinate representation of color #CAAECB: hue angle of 297.93º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAECB is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 174 203 -
CMYK 0.00 0.14 0 0.20
HSL 297.93º 0.22% 0.74% -
HSV(B) 297.93º 0.14% 0.8% -
XYZ 50.27 47.14 62.95 -
YUV 185.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 202 174 203 0.00 0.14 0 0.20 297.93 0.22 0.74
Hex CA AE CB 0 E 0 14 12A 16 4A
Octal 312 256 313 0 16 0 24 452 26 112
Binary 11001010 10101110 11001011 0 1110 0 10100 100101010 10110 1001010

Color Harmonies of #CAAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAECB

Black with #CAAECB

Text Example


Text Example

White with #CAAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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