Html Css Color HEX #C5DADC Zumthor

📋 copy color: '#C5DADC'

red 197 ◦ green 218 ◦ blue 220

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

Shades of Zumthor #C5DADC

Tints of Zumthor #C5DADC

RGB

 RED value IS 197 (77.34% from 255) = 31.02%

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

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

R = 31.02%
G = 34.33%
B = 34.65%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5DADC (or 0xC5DADC) is known color: Zumthor. HEX triplet: C5, DA and DC. RGB value is (197,218,220). Sum of RGB (Red+Green+Blue) = 197+218+220=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DADC is #3A2523. Grayscale: #D3D3D3. Windows color (decimal): -3810596 or 14473925. OLE color: 14473925.

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

Color convert

RGB 197 218 220 -
CMYK 0.10 0.01 0 0.14
HSL 185.22º 0.25% 0.82% -
HSV(B) 185.22º 0.1% 0.86% -
XYZ 61.02 67.18 77.46 -
YUV 211.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 197 218 220 0.10 0.01 0 0.14 185.22 0.25 0.82
Hex C5 DA DC A 1 0 E B9 19 52
Octal 305 332 334 12 1 0 16 271 31 122
Binary 11000101 11011010 11011100 1010 1 0 1110 10111001 11001 1010010

Color Harmonies of #C5DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DADC

Black with #C5DADC

Text Example


Text Example

White with #C5DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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