Html Css Color HEX #C5D8DD Zumthor

📋 copy color: '#C5D8DD'

red 197 ◦ green 216 ◦ blue 221

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

Shades of Zumthor #C5D8DD

Tints of Zumthor #C5D8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.07%

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 31.07%
G = 34.07%
B = 34.86%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5D8DD (or 0xC5D8DD) is known color: Zumthor. HEX triplet: C5, D8 and DD. RGB value is (197,216,221). Sum of RGB (Red+Green+Blue) = 197+216+221=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8DD is #3A2722. Grayscale: #D2D2D2. Windows color (decimal): -3811107 or 14538949. OLE color: 14538949.

HSL color Cylindrical-coordinate representation of color #C5D8DD: hue angle of 192.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5D8DD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 216 221 -
CMYK 0.11 0.02 0 0.13
HSL 192.5º 0.26% 0.82% -
HSV(B) 192.5º 0.11% 0.87% -
XYZ 60.63 66.2 77.99 -
YUV 210.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 197 216 221 0.11 0.02 0 0.13 192.5 0.26 0.82
Hex C5 D8 DD B 2 0 D C0 1A 52
Octal 305 330 335 13 2 0 15 300 32 122
Binary 11000101 11011000 11011101 1011 10 0 1101 11000000 11010 1010010

Color Harmonies of #C5D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D8DD

Black with #C5D8DD

Text Example


Text Example

White with #C5D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D8DD; }

 p { color: rgb(197,216,221); }

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

background-color css

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

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

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

border-color css

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

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

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