Html Css Color HEX #C5D7DB Zumthor

📋 copy color: '#C5D7DB'

red 197 ◦ green 215 ◦ blue 219

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

Shades of Zumthor #C5D7DB

Tints of Zumthor #C5D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

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

R = 31.22%
G = 34.07%
B = 34.71%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5D7DB (or 0xC5D7DB) is known color: Zumthor. HEX triplet: C5, D7 and DB. RGB value is (197,215,219). Sum of RGB (Red+Green+Blue) = 197+215+219=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7DB is #3A2824. Grayscale: #D2D2D2. Windows color (decimal): -3811365 or 14407621. OLE color: 14407621.

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

Color convert

RGB 197 215 219 -
CMYK 0.10 0.02 0 0.14
HSL 190.91º 0.23% 0.82% -
HSV(B) 190.91º 0.1% 0.86% -
XYZ 60.11 65.59 76.51 -
YUV 210.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 197 215 219 0.10 0.02 0 0.14 190.91 0.23 0.82
Hex C5 D7 DB A 2 0 E BF 17 52
Octal 305 327 333 12 2 0 16 277 27 122
Binary 11000101 11010111 11011011 1010 10 0 1110 10111111 10111 1010010

Color Harmonies of #C5D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D7DB

Black with #C5D7DB

Text Example


Text Example

White with #C5D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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