#CCD7DA

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

Shades of Zumthor #CCD7DA

Tints of Zumthor #CCD7DA

Color information

#CCD7DA (or 0xCCD7DA) is unknown color: approx Zumthor. HEX triplet: CC, D7 and DA. RGB value is (204,215,218). Sum of RGB (Red+Green+Blue) = 204+215+218=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DA is #332825. Grayscale: #D4D4D4. Windows color (decimal): -3352614 or 14342092. OLE color: 14342092.

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

Color convert

RGB204215218-
CMYK0.060.0100.15
HSL192.86º15.91%82.75%-
HSV(B)192.86º6.42%85.49%-
XYZ61.8666.575.91-
YUV212.05131.36122.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=32.03%
G=33.75%
B=34.22%

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
Decimal2042152180.060.0100.15192.8615.9182.75
HexCCD7DA610Fc11053
Octal3143273326101730120123
Binary11001100110101111101101011010111111000001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7DA; }

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

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

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

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

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

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

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

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