Html Css Color HEX #C4DAD8 Zumthor

📋 copy color: '#C4DAD8'

red 196 ◦ green 218 ◦ blue 216

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

Shades of Zumthor #C4DAD8

Tints of Zumthor #C4DAD8

RGB

 RED value IS 196 (76.95% from 255) = 31.11%

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

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

R = 31.11%
G = 34.6%
B = 34.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#C4DAD8 (or 0xC4DAD8) is known color: Zumthor. HEX triplet: C4, DA and D8. RGB value is (196,218,216). Sum of RGB (Red+Green+Blue) = 196+218+216=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DAD8 is #3B2527. Grayscale: #D3D3D3. Windows color (decimal): -3876136 or 14211780. OLE color: 14211780.

HSL color Cylindrical-coordinate representation of color #C4DAD8: hue angle of 174.55º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4DAD8 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 218 216 -
CMYK 0.10 0 0.01 0.15
HSL 174.55º 0.23% 0.81% -
HSV(B) 174.55º 0.1% 0.85% -
XYZ 60.23 66.84 74.69 -
YUV 211.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 196 218 216 0.10 0 0.01 0.15 174.55 0.23 0.81
Hex C4 DA D8 A 0 1 F AF 17 51
Octal 304 332 330 12 0 1 17 257 27 121
Binary 11000100 11011010 11011000 1010 0 1 1111 10101111 10111 1010001

Color Harmonies of #C4DAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DAD8

Black with #C4DAD8

Text Example


Text Example

White with #C4DAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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