#CCCCD7

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

Shades of Lavender Grey #CCCCD7

Tints of Lavender Grey #CCCCD7

Color information

#CCCCD7 (or 0xCCCCD7) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and D7. RGB value is (204,204,215). Sum of RGB (Red+Green+Blue) = 204+204+215=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD7 is #333328. Grayscale: #CDCDCD. Windows color (decimal): -3355433 or 14142668. OLE color: 14142668.

HSL color Cylindrical-coordinate representation of color #CCCCD7: hue angle of 240º degrees, saturation: 0.12, 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 #CCCCD7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204204215-
CMYK0.050.0500.16
HSL240º12.09%82.16%-
HSV(B)240º5.12%84.31%-
XYZ58.7660.9372.95-
YUV205.25133.5127.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 215 (84.38% from 255) = 34.51%
R=32.74%
G=32.74%
B=34.51%

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
Decimal2042042150.050.0500.1624012.0982.16
HexCCCCD755010f0c52
Octal3143143275502036014122
Binary1100110011001100110101111011010100001111000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCD7; }

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

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

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

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

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

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

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

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