Html Css Color HEX #CACAD7 Lavender Grey

📋 copy color: '#CACAD7'

red 202 ◦ green 202 ◦ blue 215

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

Shades of Lavender Grey #CACAD7

Tints of Lavender Grey #CACAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 32.63%
G = 32.63%
B = 34.73%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CACAD7 (or 0xCACAD7) is known color: Lavender Grey. HEX triplet: CA, CA and D7. RGB value is (202,202,215). Sum of RGB (Red+Green+Blue) = 202+202+215=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #CACAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAD7 is #353528. Grayscale: #CBCBCB. Windows color (decimal): -3487017 or 14142154. OLE color: 14142154.

HSL color Cylindrical-coordinate representation of color #CACAD7: hue angle of 240º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACAD7 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 202 215 -
CMYK 0.06 0.06 0 0.16
HSL 240º 0.14% 0.82% -
HSV(B) 240º 0.06% 0.84% -
XYZ 57.74 59.7 72.77 -
YUV 203.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 202 202 215 0.06 0.06 0 0.16 240 0.14 0.82
Hex CA CA D7 6 6 0 10 F0 E 52
Octal 312 312 327 6 6 0 20 360 16 122
Binary 11001010 11001010 11010111 110 110 0 10000 11110000 1110 1010010

Color Harmonies of #CACAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACAD7

Black with #CACAD7

Text Example


Text Example

White with #CACAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACAD7; }

 p { color: rgb(202,202,215); }

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

background-color css

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

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

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

border-color css

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

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

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