Html Css Color HEX #CCD6D8 Zumthor

📋 copy color: '#CCD6D8'

red 204 ◦ green 214 ◦ blue 216

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

Shades of Zumthor #CCD6D8

Tints of Zumthor #CCD6D8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.75%

 BLUE value IS 216 (84.77% from 255) = 34.07%

R = 32.18%
G = 33.75%
B = 34.07%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD6D8 (or 0xCCD6D8) is known color: Zumthor. HEX triplet: CC, D6 and D8. RGB value is (204,214,216). Sum of RGB (Red+Green+Blue) = 204+214+216=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCD6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6D8 is #332927. Grayscale: #D3D3D3. Windows color (decimal): -3352872 or 14210764. OLE color: 14210764.

HSL color Cylindrical-coordinate representation of color #CCD6D8: hue angle of 190º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD6D8 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 214 216 -
CMYK 0.06 0.01 0 0.15
HSL 190º 0.13% 0.82% -
HSV(B) 190º 0.06% 0.85% -
XYZ 61.34 65.89 74.45 -
YUV 211.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 204 214 216 0.06 0.01 0 0.15 190 0.13 0.82
Hex CC D6 D8 6 1 0 F BE D 52
Octal 314 326 330 6 1 0 17 276 15 122
Binary 11001100 11010110 11011000 110 1 0 1111 10111110 1101 1010010

Color Harmonies of #CCD6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6D8

Black with #CCD6D8

Text Example


Text Example

White with #CCD6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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