Html Css Color HEX #C5DCDB Zumthor

📋 copy color: '#C5DCDB'

red 197 ◦ green 220 ◦ blue 219

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

Shades of Zumthor #C5DCDB

Tints of Zumthor #C5DCDB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.59%

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

R = 30.97%
G = 34.59%
B = 34.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#C5DCDB (or 0xC5DCDB) is known color: Zumthor. HEX triplet: C5, DC and DB. RGB value is (197,220,219). Sum of RGB (Red+Green+Blue) = 197+220+219=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCDB is #3A2324. Grayscale: #D4D4D4. Windows color (decimal): -3810085 or 14408901. OLE color: 14408901.

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

Color convert

RGB 197 220 219 -
CMYK 0.10 0 0.00 0.14
HSL 177.39º 0.25% 0.82% -
HSV(B) 177.39º 0.1% 0.86% -
XYZ 61.41 68.17 76.94 -
YUV 213.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 197 220 219 0.10 0 0.00 0.14 177.39 0.25 0.82
Hex C5 DC DB A 0 0 E B1 19 52
Octal 305 334 333 12 0 0 16 261 31 122
Binary 11000101 11011100 11011011 1010 0 0 1110 10110001 11001 1010010

Color Harmonies of #C5DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCDB

Black with #C5DCDB

Text Example


Text Example

White with #C5DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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