Html Css Color HEX #C4DBDA Zumthor

📋 copy color: '#C4DBDA'

red 196 ◦ green 219 ◦ blue 218

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

Shades of Zumthor #C4DBDA

Tints of Zumthor #C4DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 30.96%
G = 34.6%
B = 34.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#C4DBDA (or 0xC4DBDA) is known color: Zumthor. HEX triplet: C4, DB and DA. RGB value is (196,219,218). Sum of RGB (Red+Green+Blue) = 196+219+218=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DBDA is #3B2425. Grayscale: #D3D3D3. Windows color (decimal): -3875878 or 14343108. OLE color: 14343108.

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

Color convert

RGB 196 219 218 -
CMYK 0.11 0 0.00 0.14
HSL 177.39º 0.24% 0.81% -
HSV(B) 177.39º 0.11% 0.86% -
XYZ 60.75 67.46 76.15 -
YUV 212.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 196 219 218 0.11 0 0.00 0.14 177.39 0.24 0.81
Hex C4 DB DA B 0 0 E B1 18 51
Octal 304 333 332 13 0 0 16 261 30 121
Binary 11000100 11011011 11011010 1011 0 0 1110 10110001 11000 1010001

Color Harmonies of #C4DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DBDA

Black with #C4DBDA

Text Example


Text Example

White with #C4DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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