#CCCCDD

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

Shades of Lavender Grey #CCCCDD

Tints of Lavender Grey #CCCCDD

Color information

#CCCCDD (or 0xCCCCDD) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and DD. RGB value is (204,204,221). Sum of RGB (Red+Green+Blue) = 204+204+221=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDD is #333322. Grayscale: #CDCDCD. Windows color (decimal): -3355427 or 14535884. OLE color: 14535884.

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

Color convert

RGB204204221-
CMYK0.080.0800.13
HSL240º20%83.33%-
HSV(B)240º7.69%86.67%-
XYZ59.5561.2477.09-
YUV205.94136.5126.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 221 (86.72% from 255) = 35.14%
R=32.43%
G=32.43%
B=35.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042042210.080.0800.132402083.33
HexCCCCDD880Df01453
Octal314314335101001536024123
Binary110011001100110011011101100010000110111110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCDD; }

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

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

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

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

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

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

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

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