#CCCAD7

Color #CCCAD7 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #CCCAD7

Tints of Lavender Grey #CCCAD7

Color information

#CCCAD7 (or 0xCCCAD7) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and D7. RGB value is (204,202,215). Sum of RGB (Red+Green+Blue) = 204+202+215=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD7 is #333528. Grayscale: #CCCCCC. Windows color (decimal): -3355945 or 14142156. OLE color: 14142156.

HSL color Cylindrical-coordinate representation of color #CCCAD7: hue angle of 249.23º 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 #CCCAD7 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204202215-
CMYK0.050.0600.16
HSL249.23º13.98%81.76%-
HSV(B)249.23º6.05%84.31%-
XYZ58.2959.9872.8-
YUV204.08134.16127.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=32.85%
G=32.53%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042022150.050.0600.16249.2313.9881.76
HexCCCAD756010f9e52
Octal3143123275602037116122
Binary1100110011001010110101111011100100001111100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAD7; }

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

 H1.HeaderClassName
 {
   color: #CCCAD7;
 }
 .AnyTagClassName
 {
   color: #CCCAD7;
 }
</style>
background-color css

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

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

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

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

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

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