#CCD3D5

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

Shades of Zumthor #CCD3D5

Tints of Zumthor #CCD3D5

Color information

#CCD3D5 (or 0xCCD3D5) is unknown color: approx Zumthor. HEX triplet: CC, D3 and D5. RGB value is (204,211,213). Sum of RGB (Red+Green+Blue) = 204+211+213=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D5 is #332C2A. Grayscale: #D1D1D1. Windows color (decimal): -3353643 or 14013388. OLE color: 14013388.

HSL color Cylindrical-coordinate representation of color #CCD3D5: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD3D5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204211213-
CMYK0.040.0100.16
HSL193.33º9.68%81.76%-
HSV(B)193.33º4.23%83.53%-
XYZ60.2164.2372.18-
YUV209.14130.18124.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 211 (82.81% from 255) = 33.60%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=32.48%
G=33.60%
B=33.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042112130.040.0100.16193.339.6881.76
HexCCD3D541010c1a52
Octal3143233254102030112122
Binary11001100110100111101010110010100001100000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3D5; }

 p { color: rgb(204,211,213); }

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

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

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

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

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

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

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