Html Css Color HEX #CCD8D9 Zumthor

📋 copy color: '#CCD8D9'

red 204 ◦ green 216 ◦ blue 217

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

Shades of Zumthor #CCD8D9

Tints of Zumthor #CCD8D9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.91%

 BLUE value IS 217 (85.16% from 255) = 34.07%

R = 32.03%
G = 33.91%
B = 34.07%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD8D9 (or 0xCCD8D9) is known color: Zumthor. HEX triplet: CC, D8 and D9. RGB value is (204,216,217). Sum of RGB (Red+Green+Blue) = 204+216+217=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8D9 is #332726. Grayscale: #D4D4D4. Windows color (decimal): -3352359 or 14276812. OLE color: 14276812.

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

Color convert

RGB 204 216 217 -
CMYK 0.06 0.00 0 0.15
HSL 184.62º 0.15% 0.83% -
HSV(B) 184.62º 0.06% 0.85% -
XYZ 61.98 66.96 75.3 -
YUV 212.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 204 216 217 0.06 0.00 0 0.15 184.62 0.15 0.83
Hex CC D8 D9 6 0 0 F B9 F 53
Octal 314 330 331 6 0 0 17 271 17 123
Binary 11001100 11011000 11011001 110 0 0 1111 10111001 1111 1010011

Color Harmonies of #CCD8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8D9

Black with #CCD8D9

Text Example


Text Example

White with #CCD8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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