#CCCAD9

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

Shades of Lavender Grey #CCCAD9

Tints of Lavender Grey #CCCAD9

Color information

#CCCAD9 (or 0xCCCAD9) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and D9. RGB value is (204,202,217). Sum of RGB (Red+Green+Blue) = 204+202+217=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAD9 is #333526. Grayscale: #CCCCCC. Windows color (decimal): -3355943 or 14273228. OLE color: 14273228.

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

Color convert

RGB204202217-
CMYK0.060.0700.15
HSL248º16.48%82.16%-
HSV(B)248º6.91%85.1%-
XYZ58.5560.0974.16-
YUV204.31135.16127.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=32.74%
G=32.42%
B=34.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042022170.060.0700.1524816.4882.16
HexCCCAD9670Ff81052
Octal3143123316701737020122
Binary1100110011001010110110011101110111111111000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAD9; }

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

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

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

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

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

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

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

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