#CCD1D3

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

Shades of Zumthor #CCD1D3

Tints of Zumthor #CCD1D3

Color information

#CCD1D3 (or 0xCCD1D3) is unknown color: approx Zumthor. HEX triplet: CC, D1 and D3. RGB value is (204,209,211). Sum of RGB (Red+Green+Blue) = 204+209+211=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCD1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1D3 is #332E2C. Grayscale: #CFCFCF. Windows color (decimal): -3354157 or 13881804. OLE color: 13881804.

HSL color Cylindrical-coordinate representation of color #CCD1D3: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD1D3 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204209211-
CMYK0.030.0100.17
HSL197.14º7.37%81.37%-
HSV(B)197.14º3.32%82.75%-
XYZ59.4663.1470.68-
YUV207.73129.84125.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 211 (82.81% from 255) = 33.81%
R=32.69%
G=33.49%
B=33.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042092110.030.0100.17197.147.3781.37
HexCCD1D331011c5751
Octal314321323310213057121
Binary110011001101000111010011111010001110001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1D3; }

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

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

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

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

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

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

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

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