Html Css Color HEX #CAC8DB Lavender Grey

📋 copy color: '#CAC8DB'

red 202 ◦ green 200 ◦ blue 219

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

Shades of Lavender Grey #CAC8DB

Tints of Lavender Grey #CAC8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.27%

R = 32.53%
G = 32.21%
B = 35.27%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAC8DB (or 0xCAC8DB) is known color: Lavender Grey. HEX triplet: CA, C8 and DB. RGB value is (202,200,219). Sum of RGB (Red+Green+Blue) = 202+200+219=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8DB is #353724. Grayscale: #CACACA. Windows color (decimal): -3487525 or 14403786. OLE color: 14403786.

HSL color Cylindrical-coordinate representation of color #CAC8DB: hue angle of 246.32º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC8DB is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 200 219 -
CMYK 0.08 0.09 0 0.14
HSL 246.32º 0.21% 0.82% -
HSV(B) 246.32º 0.09% 0.86% -
XYZ 57.8 58.98 75.36 -
YUV 202.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 202 200 219 0.08 0.09 0 0.14 246.32 0.21 0.82
Hex CA C8 DB 8 9 0 E F6 15 52
Octal 312 310 333 10 11 0 16 366 25 122
Binary 11001010 11001000 11011011 1000 1001 0 1110 11110110 10101 1010010

Color Harmonies of #CAC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC8DB

Black with #CAC8DB

Text Example


Text Example

White with #CAC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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