#CDCCD8

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

Shades of Lavender Grey #CDCCD8

Tints of Lavender Grey #CDCCD8

Color information

#CDCCD8 (or 0xCDCCD8) is unknown color: approx Lavender Grey. HEX triplet: CD, CC and D8. RGB value is (205,204,216). Sum of RGB (Red+Green+Blue) = 205+204+216=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCD8 is #323327. Grayscale: #CDCDCD. Windows color (decimal): -3289896 or 14208205. OLE color: 14208205.

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

Color convert

RGB205204216-
CMYK0.050.0600.15
HSL245º13.33%82.35%-
HSV(B)245º5.56%84.71%-
XYZ59.1661.1273.65-
YUV205.67133.83127.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=32.8%
G=32.64%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052042160.050.0600.1524513.3382.35
HexCDCCD8560Ff5d52
Octal3153143305601736515122
Binary110011011100110011011000101110011111111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCD8; }

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

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

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

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

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

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

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

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