Html Css Color HEX #C4DBDD Zumthor

📋 copy color: '#C4DBDD'

red 196 ◦ green 219 ◦ blue 221

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

Shades of Zumthor #C4DBDD

Tints of Zumthor #C4DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.43%

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

R = 30.82%
G = 34.43%
B = 34.75%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4DBDD (or 0xC4DBDD) is known color: Zumthor. HEX triplet: C4, DB and DD. RGB value is (196,219,221). Sum of RGB (Red+Green+Blue) = 196+219+221=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBDD is #3B2422. Grayscale: #D4D4D4. Windows color (decimal): -3875875 or 14539716. OLE color: 14539716.

HSL color Cylindrical-coordinate representation of color #C4DBDD: hue angle of 184.8º 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 #C4DBDD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 219 221 -
CMYK 0.11 0.01 0 0.13
HSL 184.8º 0.27% 0.82% -
HSV(B) 184.8º 0.11% 0.87% -
XYZ 61.15 67.62 78.24 -
YUV 212.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 196 219 221 0.11 0.01 0 0.13 184.8 0.27 0.82
Hex C4 DB DD B 1 0 D B9 1B 52
Octal 304 333 335 13 1 0 15 271 33 122
Binary 11000100 11011011 11011101 1011 1 0 1101 10111001 11011 1010010

Color Harmonies of #C4DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBDD

Black with #C4DBDD

Text Example


Text Example

White with #C4DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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