Html Css Color HEX #C4D9DC Zumthor

📋 copy color: '#C4D9DC'

red 196 ◦ green 217 ◦ blue 220

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

Shades of Zumthor #C4D9DC

Tints of Zumthor #C4D9DC

RGB

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

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

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

R = 30.96%
G = 34.28%
B = 34.76%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4D9DC (or 0xC4D9DC) is known color: Zumthor. HEX triplet: C4, D9 and DC. RGB value is (196,217,220). Sum of RGB (Red+Green+Blue) = 196+217+220=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9DC is #3B2623. Grayscale: #D3D3D3. Windows color (decimal): -3876388 or 14473668. OLE color: 14473668.

HSL color Cylindrical-coordinate representation of color #C4D9DC: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D9DC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 217 220 -
CMYK 0.11 0.01 0 0.14
HSL 187.5º 0.26% 0.82% -
HSV(B) 187.5º 0.11% 0.86% -
XYZ 60.5 66.53 77.36 -
YUV 211.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 196 217 220 0.11 0.01 0 0.14 187.5 0.26 0.82
Hex C4 D9 DC B 1 0 E BC 1A 52
Octal 304 331 334 13 1 0 16 274 32 122
Binary 11000100 11011001 11011100 1011 1 0 1110 10111100 11010 1010010

Color Harmonies of #C4D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D9DC

Black with #C4D9DC

Text Example


Text Example

White with #C4D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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