#CCD8D9

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

Shades of Zumthor #CCD8D9

Tints of Zumthor #CCD8D9

Color information

#CCD8D9 (or 0xCCD8D9) is unknown color: approx Zumthor. HEX triplet: CC, D8 and D9. RGB value is (204,216,217). Sum of RGB (Red+Green+Blue) = 204+216+217=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8D9 is #332726. Grayscale: #D4D4D4. Windows color (decimal): -3352359 or 14276812. OLE color: 14276812.

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

Color convert

RGB204216217-
CMYK0.060.0000.15
HSL184.62º14.61%82.55%-
HSV(B)184.62º5.99%85.1%-
XYZ61.9866.9675.3-
YUV212.53130.52121.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 216 (84.77% from 255) = 33.91%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=32.03%
G=33.91%
B=34.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042162170.060.0000.15184.6214.6182.55
HexCCD8D9600Fb9f53
Octal3143303316001727117123
Binary1100110011011000110110011100011111011100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8D9; }

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

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

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

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

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

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

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

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