Html Css Color HEX #C5D5DB Zumthor

📋 copy color: '#C5D5DB'

red 197 ◦ green 213 ◦ blue 219

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

Shades of Zumthor #C5D5DB

Tints of Zumthor #C5D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.86%

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

R = 31.32%
G = 33.86%
B = 34.82%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5D5DB (or 0xC5D5DB) is known color: Zumthor. HEX triplet: C5, D5 and DB. RGB value is (197,213,219). Sum of RGB (Red+Green+Blue) = 197+213+219=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5DB is #3A2A24. Grayscale: #D0D0D0. Windows color (decimal): -3811877 or 14407109. OLE color: 14407109.

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

Color convert

RGB 197 213 219 -
CMYK 0.10 0.03 0 0.14
HSL 196.36º 0.23% 0.82% -
HSV(B) 196.36º 0.1% 0.86% -
XYZ 59.61 64.57 76.34 -
YUV 208.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 197 213 219 0.10 0.03 0 0.14 196.36 0.23 0.82
Hex C5 D5 DB A 3 0 E C4 17 52
Octal 305 325 333 12 3 0 16 304 27 122
Binary 11000101 11010101 11011011 1010 11 0 1110 11000100 10111 1010010

Color Harmonies of #C5D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5DB

Black with #C5D5DB

Text Example


Text Example

White with #C5D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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