Html Css Color HEX #C5DDDB Zumthor

📋 copy color: '#C5DDDB'

red 197 ◦ green 221 ◦ blue 219

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

Shades of Zumthor #C5DDDB

Tints of Zumthor #C5DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.69%

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

R = 30.93%
G = 34.69%
B = 34.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C5DDDB (or 0xC5DDDB) is known color: Zumthor. HEX triplet: C5, DD and DB. RGB value is (197,221,219). Sum of RGB (Red+Green+Blue) = 197+221+219=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDDB is #3A2224. Grayscale: #D5D5D5. Windows color (decimal): -3809829 or 14409157. OLE color: 14409157.

HSL color Cylindrical-coordinate representation of color #C5DDDB: hue angle of 175º 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 #C5DDDB is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 219 -
CMYK 0.11 0 0.01 0.13
HSL 175º 0.26% 0.82% -
HSV(B) 175º 0.11% 0.87% -
XYZ 61.67 68.7 77.03 -
YUV 213.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 197 221 219 0.11 0 0.01 0.13 175 0.26 0.82
Hex C5 DD DB B 0 1 D AF 1A 52
Octal 305 335 333 13 0 1 15 257 32 122
Binary 11000101 11011101 11011011 1011 0 1 1101 10101111 11010 1010010

Color Harmonies of #C5DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDDB

Black with #C5DDDB

Text Example


Text Example

White with #C5DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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