Html Css Color HEX #CCDAD8 Zumthor

📋 copy color: '#CCDAD8'

red 204 ◦ green 218 ◦ blue 216

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

Shades of Zumthor #CCDAD8

Tints of Zumthor #CCDAD8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.17%

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

R = 31.97%
G = 34.17%
B = 33.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#CCDAD8 (or 0xCCDAD8) is known color: Zumthor. HEX triplet: CC, DA and D8. RGB value is (204,218,216). Sum of RGB (Red+Green+Blue) = 204+218+216=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAD8 is #332527. Grayscale: #D5D5D5. Windows color (decimal): -3351848 or 14211788. OLE color: 14211788.

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

Color convert

RGB 204 218 216 -
CMYK 0.06 0 0.01 0.15
HSL 171.43º 0.16% 0.83% -
HSV(B) 171.43º 0.06% 0.85% -
XYZ 62.37 67.94 74.79 -
YUV 213.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 204 218 216 0.06 0 0.01 0.15 171.43 0.16 0.83
Hex CC DA D8 6 0 1 F AB 10 53
Octal 314 332 330 6 0 1 17 253 20 123
Binary 11001100 11011010 11011000 110 0 1 1111 10101011 10000 1010011

Color Harmonies of #CCDAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAD8

Black with #CCDAD8

Text Example


Text Example

White with #CCDAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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