Html Css Color HEX #C4D9DD Zumthor

📋 copy color: '#C4D9DD'

red 196 ◦ green 217 ◦ blue 221

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

Shades of Zumthor #C4D9DD

Tints of Zumthor #C4D9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 30.91%
G = 34.23%
B = 34.86%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4D9DD (or 0xC4D9DD) is known color: Zumthor. HEX triplet: C4, D9 and DD. RGB value is (196,217,221). Sum of RGB (Red+Green+Blue) = 196+217+221=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9DD is #3B2622. Grayscale: #D3D3D3. Windows color (decimal): -3876387 or 14539204. OLE color: 14539204.

HSL color Cylindrical-coordinate representation of color #C4D9DD: hue angle of 189.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D9DD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 217 221 -
CMYK 0.11 0.02 0 0.13
HSL 189.6º 0.27% 0.82% -
HSV(B) 189.6º 0.11% 0.87% -
XYZ 60.63 66.58 78.06 -
YUV 211.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 196 217 221 0.11 0.02 0 0.13 189.6 0.27 0.82
Hex C4 D9 DD B 2 0 D BE 1B 52
Octal 304 331 335 13 2 0 15 276 33 122
Binary 11000100 11011001 11011101 1011 10 0 1101 10111110 11011 1010010

Color Harmonies of #C4D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D9DD

Black with #C4D9DD

Text Example


Text Example

White with #C4D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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