Html Css Color HEX #C5DBDB Zumthor

📋 copy color: '#C5DBDB'

red 197 ◦ green 219 ◦ blue 219

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

Shades of Zumthor #C5DBDB

Tints of Zumthor #C5DBDB

RGB

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

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

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

R = 31.02%
G = 34.49%
B = 34.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5DBDB (or 0xC5DBDB) is known color: Zumthor. HEX triplet: C5, DB and DB. RGB value is (197,219,219). Sum of RGB (Red+Green+Blue) = 197+219+219=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #C5DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBDB is #3A2424. Grayscale: #D4D4D4. Windows color (decimal): -3810341 or 14408645. OLE color: 14408645.

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

Color convert

RGB 197 219 219 -
CMYK 0.10 0 0 0.14
HSL 180º 0.23% 0.82% -
HSV(B) 180º 0.1% 0.86% -
XYZ 61.14 67.65 76.85 -
YUV 212.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 197 219 219 0.10 0 0 0.14 180 0.23 0.82
Hex C5 DB DB A 0 0 E B4 17 52
Octal 305 333 333 12 0 0 16 264 27 122
Binary 11000101 11011011 11011011 1010 0 0 1110 10110100 10111 1010010

Color Harmonies of #C5DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBDB

Black with #C5DBDB

Text Example


Text Example

White with #C5DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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