Html Css Color HEX #C4DADC Zumthor

📋 copy color: '#C4DADC'

red 196 ◦ green 218 ◦ blue 220

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

Shades of Zumthor #C4DADC

Tints of Zumthor #C4DADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 30.91%
G = 34.38%
B = 34.7%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4DADC (or 0xC4DADC) is known color: Zumthor. HEX triplet: C4, DA and DC. RGB value is (196,218,220). Sum of RGB (Red+Green+Blue) = 196+218+220=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DADC is #3B2523. Grayscale: #D3D3D3. Windows color (decimal): -3876132 or 14473924. OLE color: 14473924.

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

Color convert

RGB 196 218 220 -
CMYK 0.11 0.01 0 0.14
HSL 185º 0.26% 0.82% -
HSV(B) 185º 0.11% 0.86% -
XYZ 60.75 67.05 77.45 -
YUV 211.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 196 218 220 0.11 0.01 0 0.14 185 0.26 0.82
Hex C4 DA DC B 1 0 E B9 1A 52
Octal 304 332 334 13 1 0 16 271 32 122
Binary 11000100 11011010 11011100 1011 1 0 1110 10111001 11010 1010010

Color Harmonies of #C4DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DADC

Black with #C4DADC

Text Example


Text Example

White with #C4DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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