Html Css Color HEX #CAC9DA Lavender Grey

📋 copy color: '#CAC9DA'

red 202 ◦ green 201 ◦ blue 218

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

Shades of Lavender Grey #CAC9DA

Tints of Lavender Grey #CAC9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.37%

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 32.53%
G = 32.37%
B = 35.1%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CAC9DA (or 0xCAC9DA) is known color: Lavender Grey. HEX triplet: CA, C9 and DA. RGB value is (202,201,218). Sum of RGB (Red+Green+Blue) = 202+201+218=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9DA is #353625. Grayscale: #CBCBCB. Windows color (decimal): -3487270 or 14338506. OLE color: 14338506.

HSL color Cylindrical-coordinate representation of color #CAC9DA: hue angle of 243.53º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC9DA is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 201 218 -
CMYK 0.07 0.08 0 0.15
HSL 243.53º 0.19% 0.82% -
HSV(B) 243.53º 0.08% 0.85% -
XYZ 57.9 59.39 74.74 -
YUV 203.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 202 201 218 0.07 0.08 0 0.15 243.53 0.19 0.82
Hex CA C9 DA 7 8 0 F F4 13 52
Octal 312 311 332 7 10 0 17 364 23 122
Binary 11001010 11001001 11011010 111 1000 0 1111 11110100 10011 1010010

Color Harmonies of #CAC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9DA

Black with #CAC9DA

Text Example


Text Example

White with #CAC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9DA; }

 p { color: rgb(202,201,218); }

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

background-color css

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

 a { background-color: rgb(202,201,218); }

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

border-color css

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

 span { border-color: rgb(202,201,218); }

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