#CCD7DB

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

Shades of Zumthor #CCD7DB

Tints of Zumthor #CCD7DB

Color information

#CCD7DB (or 0xCCD7DB) is unknown color: approx Zumthor. HEX triplet: CC, D7 and DB. RGB value is (204,215,219). Sum of RGB (Red+Green+Blue) = 204+215+219=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DB is #332824. Grayscale: #D4D4D4. Windows color (decimal): -3352613 or 14407628. OLE color: 14407628.

HSL color Cylindrical-coordinate representation of color #CCD7DB: hue angle of 196º degrees, saturation: 0.17, 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 #CCD7DB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204215219-
CMYK0.070.0200.14
HSL196º17.24%82.94%-
HSV(B)196º6.85%85.88%-
XYZ61.9966.5576.6-
YUV212.17131.86122.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=31.97%
G=33.70%
B=34.33%

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
Decimal2042152190.070.0200.1419617.2482.94
HexCCD7DB720Ec41153
Octal3143273337201630421123
Binary110011001101011111011011111100111011000100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7DB; }

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

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

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

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

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

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

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

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