#CCD6DA

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

Shades of Zumthor #CCD6DA

Tints of Zumthor #CCD6DA

Color information

#CCD6DA (or 0xCCD6DA) is unknown color: approx Zumthor. HEX triplet: CC, D6 and DA. RGB value is (204,214,218). Sum of RGB (Red+Green+Blue) = 204+214+218=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DA is #332925. Grayscale: #D3D3D3. Windows color (decimal): -3352870 or 14341836. OLE color: 14341836.

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

Color convert

RGB204214218-
CMYK0.060.0200.15
HSL197.14º15.91%82.75%-
HSV(B)197.14º6.42%85.49%-
XYZ61.665.9975.82-
YUV211.47131.69122.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 214 (83.98% from 255) = 33.65%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=32.08%
G=33.65%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042142180.060.0200.15197.1415.9182.75
HexCCD6DA620Fc51053
Octal3143263326201730520123
Binary110011001101011011011010110100111111000101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6DA; }

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

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

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

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

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

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

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

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