Html Css Color HEX #C4DDDB Zumthor

📋 copy color: '#C4DDDB'

red 196 ◦ green 221 ◦ blue 219

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

Shades of Zumthor #C4DDDB

Tints of Zumthor #C4DDDB

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 196 221 219 -
CMYK 0.11 0 0.01 0.13
HSL 175.2º 0.27% 0.82% -
HSV(B) 175.2º 0.11% 0.87% -
XYZ 61.41 68.56 77.02 -
YUV 213.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 196 221 219 0.11 0 0.01 0.13 175.2 0.27 0.82
Hex C4 DD DB B 0 1 D AF 1B 52
Octal 304 335 333 13 0 1 15 257 33 122
Binary 11000100 11011101 11011011 1011 0 1 1101 10101111 11011 1010010

Color Harmonies of #C4DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DDDB

Black with #C4DDDB

Text Example


Text Example

White with #C4DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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