#CCCCD8

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

Shades of Lavender Grey #CCCCD8

Tints of Lavender Grey #CCCCD8

Color information

#CCCCD8 (or 0xCCCCD8) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and D8. RGB value is (204,204,216). Sum of RGB (Red+Green+Blue) = 204+204+216=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD8 is #333327. Grayscale: #CDCDCD. Windows color (decimal): -3355432 or 14208204. OLE color: 14208204.

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

Color convert

RGB204204216-
CMYK0.060.0600.15
HSL240º13.33%82.35%-
HSV(B)240º5.56%84.71%-
XYZ58.8960.9873.63-
YUV205.37134127.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 216 (84.77% from 255) = 34.62%
R=32.69%
G=32.69%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042042160.060.0600.1524013.3382.35
HexCCCCD8660Ff0d52
Octal3143143306601736015122
Binary110011001100110011011000110110011111111000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCD8; }

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

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

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

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

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

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

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

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