Html Css Color HEX #CCD9DC Zumthor

📋 copy color: '#CCD9DC'

red 204 ◦ green 217 ◦ blue 220

#CCD9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zumthor #CCD9DC

Tints of Zumthor #CCD9DC

RGB

 RED value IS 204 (80.08% from 255) = 31.83%

 GREEN value IS 217 (85.16% from 255) = 33.85%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 31.83%
G = 33.85%
B = 34.32%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD9DC (or 0xCCD9DC) is known color: Zumthor. HEX triplet: CC, D9 and DC. RGB value is (204,217,220). Sum of RGB (Red+Green+Blue) = 204+217+220=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DC is #332623. Grayscale: #D5D5D5. Windows color (decimal): -3352100 or 14473676. OLE color: 14473676.

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

Color convert

RGB 204 217 220 -
CMYK 0.07 0.01 0 0.14
HSL 191.25º 0.19% 0.83% -
HSV(B) 191.25º 0.07% 0.86% -
XYZ 62.63 67.63 77.46 -
YUV 213.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 204 217 220 0.07 0.01 0 0.14 191.25 0.19 0.83
Hex CC D9 DC 7 1 0 E BF 13 53
Octal 314 331 334 7 1 0 16 277 23 123
Binary 11001100 11011001 11011100 111 1 0 1110 10111111 10011 1010011

Color Harmonies of #CCD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9DC

Black with #CCD9DC

Text Example


Text Example

White with #CCD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9DC; }

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

 H1.HeaderClassName
 {
   color: #CCD9DC;
 }
 .AnyTagClassName
 {
   color: #CCD9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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