#CCCCD6

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

Shades of Lavender Grey #CCCCD6

Tints of Lavender Grey #CCCCD6

Color information

#CCCCD6 (or 0xCCCCD6) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and D6. RGB value is (204,204,214). Sum of RGB (Red+Green+Blue) = 204+204+214=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD6 is #333329. Grayscale: #CDCDCD. Windows color (decimal): -3355434 or 14077132. OLE color: 14077132.

HSL color Cylindrical-coordinate representation of color #CCCCD6: hue angle of 240º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCCD6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204204214-
CMYK0.050.0500.16
HSL240º10.87%81.96%-
HSV(B)240º4.67%83.92%-
XYZ58.6360.8872.28-
YUV205.14133127.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=32.80%
G=32.80%
B=34.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042042140.050.0500.1624010.8781.96
HexCCCCD655010f0b52
Octal3143143265502036013122
Binary1100110011001100110101101011010100001111000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCD6; }

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

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

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

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

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

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

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

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