Html Css Color HEX #CAB4CC Lilac

📋 copy color: '#CAB4CC'

red 202 ◦ green 180 ◦ blue 204

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

Shades of Lilac #CAB4CC

Tints of Lilac #CAB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.72%

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

R = 34.47%
G = 30.72%
B = 34.81%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAB4CC (or 0xCAB4CC) is known color: Lilac. HEX triplet: CA, B4 and CC. RGB value is (202,180,204). Sum of RGB (Red+Green+Blue) = 202+180+204=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAB4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4CC is #354B33. Grayscale: #BDBDBD. Windows color (decimal): -3492660 or 13415626. OLE color: 13415626.

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

Color convert

RGB 202 180 204 -
CMYK 0.01 0.12 0 0.2
HSL 295º 0.19% 0.75% -
HSV(B) 295º 0.12% 0.8% -
XYZ 51.58 49.56 63.97 -
YUV 189.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 202 180 204 0.01 0.12 0 0.2 295 0.19 0.75
Hex CA B4 CC 1 C 0 14 127 13 4B
Octal 312 264 314 1 14 0 24 447 23 113
Binary 11001010 10110100 11001100 1 1100 0 10100 100100111 10011 1001011

Color Harmonies of #CAB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4CC

Black with #CAB4CC

Text Example


Text Example

White with #CAB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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