#CCD8DC

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

Shades of Zumthor #CCD8DC

Tints of Zumthor #CCD8DC

Color information

#CCD8DC (or 0xCCD8DC) is unknown color: approx Zumthor. HEX triplet: CC, D8 and DC. RGB value is (204,216,220). Sum of RGB (Red+Green+Blue) = 204+216+220=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DC is #332723. Grayscale: #D4D4D4. Windows color (decimal): -3352356 or 14473420. OLE color: 14473420.

HSL color Cylindrical-coordinate representation of color #CCD8DC: hue angle of 195º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD8DC is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204216220-
CMYK0.070.0200.14
HSL195º18.6%83.14%-
HSV(B)195º7.27%86.27%-
XYZ62.3867.1277.38-
YUV212.87132.02121.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 216 (84.77% from 255) = 33.75%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=31.88%
G=33.75%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042162200.070.0200.1419518.683.14
HexCCD8DC720Ec31353
Octal3143303347201630323123
Binary110011001101100011011100111100111011000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8DC; }

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

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

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

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

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

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

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

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