Html Css Color HEX #C4DBDB Zumthor

📋 copy color: '#C4DBDB'

red 196 ◦ green 219 ◦ blue 219

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

Shades of Zumthor #C4DBDB

Tints of Zumthor #C4DBDB

RGB

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

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

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

R = 30.91%
G = 34.54%
B = 34.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4DBDB (or 0xC4DBDB) is known color: Zumthor. HEX triplet: C4, DB and DB. RGB value is (196,219,219). Sum of RGB (Red+Green+Blue) = 196+219+219=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C4DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBDB is #3B2424. Grayscale: #D4D4D4. Windows color (decimal): -3875877 or 14408644. OLE color: 14408644.

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

Color convert

RGB 196 219 219 -
CMYK 0.11 0 0 0.14
HSL 180º 0.24% 0.81% -
HSV(B) 180º 0.11% 0.86% -
XYZ 60.88 67.51 76.84 -
YUV 212.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 196 219 219 0.11 0 0 0.14 180 0.24 0.81
Hex C4 DB DB B 0 0 E B4 18 51
Octal 304 333 333 13 0 0 16 264 30 121
Binary 11000100 11011011 11011011 1011 0 0 1110 10110100 11000 1010001

Color Harmonies of #C4DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBDB

Black with #C4DBDB

Text Example


Text Example

White with #C4DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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