#CDCCD7

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

Shades of Lavender Grey #CDCCD7

Tints of Lavender Grey #CDCCD7

Color information

#CDCCD7 (or 0xCDCCD7) is unknown color: approx Lavender Grey. HEX triplet: CD, CC and D7. RGB value is (205,204,215). Sum of RGB (Red+Green+Blue) = 205+204+215=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDCCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCD7 is #323328. Grayscale: #CDCDCD. Windows color (decimal): -3289897 or 14142669. OLE color: 14142669.

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

Color convert

RGB205204215-
CMYK0.050.0500.16
HSL245.45º12.09%82.16%-
HSV(B)245.45º5.12%84.31%-
XYZ59.0461.0772.97-
YUV205.55133.33127.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=32.85%
G=32.69%
B=34.46%

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
Decimal2052042150.050.0500.16245.4512.0982.16
HexCDCCD755010f5c52
Octal3153143275502036514122
Binary1100110111001100110101111011010100001111010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCD7; }

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

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

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

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

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

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

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

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