Html Css Color HEX #C4DADB Zumthor

📋 copy color: '#C4DADB'

red 196 ◦ green 218 ◦ blue 219

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

Shades of Zumthor #C4DADB

Tints of Zumthor #C4DADB

RGB

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

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

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

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

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 196 218 219 -
CMYK 0.11 0.00 0 0.14
HSL 182.61º 0.24% 0.81% -
HSV(B) 182.61º 0.11% 0.86% -
XYZ 60.62 66.99 76.75 -
YUV 211.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 196 218 219 0.11 0.00 0 0.14 182.61 0.24 0.81
Hex C4 DA DB B 0 0 E B7 18 51
Octal 304 332 333 13 0 0 16 267 30 121
Binary 11000100 11011010 11011011 1011 0 0 1110 10110111 11000 1010001

Color Harmonies of #C4DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DADB

Black with #C4DADB

Text Example


Text Example

White with #C4DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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