#CCD9D9

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

Shades of Zumthor #CCD9D9

Tints of Zumthor #CCD9D9

Color information

#CCD9D9 (or 0xCCD9D9) is unknown color: approx Zumthor. HEX triplet: CC, D9 and D9. RGB value is (204,217,217). Sum of RGB (Red+Green+Blue) = 204+217+217=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 217 - color contains mainly: green, blue. Hex color #CCD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D9 is #332626. Grayscale: #D5D5D5. Windows color (decimal): -3352103 or 14277068. OLE color: 14277068.

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

Color convert

RGB204217217-
CMYK0.06000.15
HSL180º14.61%82.55%-
HSV(B)180º5.99%85.1%-
XYZ62.2467.4775.39-
YUV213.11130.19121.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=31.97%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042172170.06000.1518014.6182.55
HexCCD9D9600Fb4f53
Octal3143313316001726417123
Binary1100110011011001110110011100011111011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9D9; }

 p { color: rgb(204,217,217); }

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

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

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

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

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

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

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