Html Css Color HEX #C5DDDC Zumthor

📋 copy color: '#C5DDDC'

red 197 ◦ green 221 ◦ blue 220

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

Shades of Zumthor #C5DDDC

Tints of Zumthor #C5DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 30.88%
G = 34.64%
B = 34.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#C5DDDC (or 0xC5DDDC) is known color: Zumthor. HEX triplet: C5, DD and DC. RGB value is (197,221,220). Sum of RGB (Red+Green+Blue) = 197+221+220=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDDC is #3A2223. Grayscale: #D5D5D5. Windows color (decimal): -3809828 or 14474693. OLE color: 14474693.

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

Color convert

RGB 197 221 220 -
CMYK 0.11 0 0.00 0.13
HSL 177.5º 0.26% 0.82% -
HSV(B) 177.5º 0.11% 0.87% -
XYZ 61.8 68.75 77.72 -
YUV 213.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 197 221 220 0.11 0 0.00 0.13 177.5 0.26 0.82
Hex C5 DD DC B 0 0 D B2 1A 52
Octal 305 335 334 13 0 0 15 262 32 122
Binary 11000101 11011101 11011100 1011 0 0 1101 10110010 11010 1010010

Color Harmonies of #C5DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DDDC

Black with #C5DDDC

Text Example


Text Example

White with #C5DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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