#CCD8DA

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

Shades of Zumthor #CCD8DA

Tints of Zumthor #CCD8DA

Color information

#CCD8DA (or 0xCCD8DA) is unknown color: approx Zumthor. HEX triplet: CC, D8 and DA. RGB value is (204,216,218). Sum of RGB (Red+Green+Blue) = 204+216+218=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DA is #332725. Grayscale: #D4D4D4. Windows color (decimal): -3352358 or 14342348. OLE color: 14342348.

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

Color convert

RGB204216218-
CMYK0.060.0100.15
HSL188.57º15.91%82.75%-
HSV(B)188.57º6.42%85.49%-
XYZ62.1167.0175.99-
YUV212.64131.02121.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 216 (84.77% from 255) = 33.86%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=31.97%
G=33.86%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042162180.060.0100.15188.5715.9182.75
HexCCD8DA610Fbd1053
Octal3143303326101727520123
Binary11001100110110001101101011010111110111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8DA; }

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

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

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

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

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

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

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

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