Html Css Color HEX #CAC8D9 Lavender Grey

📋 copy color: '#CAC8D9'

red 202 ◦ green 200 ◦ blue 217

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

Shades of Lavender Grey #CAC8D9

Tints of Lavender Grey #CAC8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.31%

 BLUE value IS 217 (85.16% from 255) = 35.06%

R = 32.63%
G = 32.31%
B = 35.06%

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

#CAC8D9 (or 0xCAC8D9) is known color: Lavender Grey. HEX triplet: CA, C8 and D9. RGB value is (202,200,217). Sum of RGB (Red+Green+Blue) = 202+200+217=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8D9 is #353726. Grayscale: #CACACA. Windows color (decimal): -3487527 or 14272714. OLE color: 14272714.

HSL color Cylindrical-coordinate representation of color #CAC8D9: hue angle of 247.06º degrees, saturation: 0.18, 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 #CAC8D9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 200 217 -
CMYK 0.07 0.08 0 0.15
HSL 247.06º 0.18% 0.82% -
HSV(B) 247.06º 0.08% 0.85% -
XYZ 57.54 58.87 73.98 -
YUV 202.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 202 200 217 0.07 0.08 0 0.15 247.06 0.18 0.82
Hex CA C8 D9 7 8 0 F F7 12 52
Octal 312 310 331 7 10 0 17 367 22 122
Binary 11001010 11001000 11011001 111 1000 0 1111 11110111 10010 1010010

Color Harmonies of #CAC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC8D9

Black with #CAC8D9

Text Example


Text Example

White with #CAC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC8D9; }

 p { color: rgb(202,200,217); }

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

background-color css

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

 a { background-color: rgb(202,200,217); }

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

border-color css

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

 span { border-color: rgb(202,200,217); }

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