#CCCADD

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

Shades of Lavender Grey #CCCADD

Tints of Lavender Grey #CCCADD

Color information

#CCCADD (or 0xCCCADD) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and DD. RGB value is (204,202,221). Sum of RGB (Red+Green+Blue) = 204+202+221=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADD is #333522. Grayscale: #CCCCCC. Windows color (decimal): -3355939 or 14535372. OLE color: 14535372.

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

Color convert

RGB204202221-
CMYK0.080.0900.13
HSL246.32º21.84%82.94%-
HSV(B)246.32º8.6%86.67%-
XYZ59.0760.376.93-
YUV204.76137.16127.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=32.54%
G=32.22%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042022210.080.0900.13246.3221.8482.94
HexCCCADD890Df61653
Octal314312335101101536626123
Binary110011001100101011011101100010010110111110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCADD; }

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

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

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

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

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

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

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

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