#CCCADA

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

Shades of Lavender Grey #CCCADA

Tints of Lavender Grey #CCCADA

Color information

#CCCADA (or 0xCCCADA) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and DA. RGB value is (204,202,218). Sum of RGB (Red+Green+Blue) = 204+202+218=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADA is #333525. Grayscale: #CCCCCC. Windows color (decimal): -3355942 or 14338764. OLE color: 14338764.

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

Color convert

RGB204202218-
CMYK0.060.0700.15
HSL247.5º17.78%82.35%-
HSV(B)247.5º7.34%85.49%-
XYZ58.6860.1474.85-
YUV204.42135.66127.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=32.69%
G=32.37%
B=34.94%

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
Decimal2042022180.060.0700.15247.517.7882.35
HexCCCADA670Ff81252
Octal3143123326701737022122
Binary1100110011001010110110101101110111111111000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCADA; }

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

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

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

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

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

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

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

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