Html Css Color HEX #C5DCDC Zumthor

📋 copy color: '#C5DCDC'

red 197 ◦ green 220 ◦ blue 220

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

Shades of Zumthor #C5DCDC

Tints of Zumthor #C5DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.54%

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

R = 30.93%
G = 34.54%
B = 34.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5DCDC (or 0xC5DCDC) is known color: Zumthor. HEX triplet: C5, DC and DC. RGB value is (197,220,220). Sum of RGB (Red+Green+Blue) = 197+220+220=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C5DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCDC is #3A2323. Grayscale: #D5D5D5. Windows color (decimal): -3810084 or 14474437. OLE color: 14474437.

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

Color convert

RGB 197 220 220 -
CMYK 0.10 0 0 0.14
HSL 180º 0.25% 0.82% -
HSV(B) 180º 0.1% 0.86% -
XYZ 61.54 68.22 77.64 -
YUV 213.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 197 220 220 0.10 0 0 0.14 180 0.25 0.82
Hex C5 DC DC A 0 0 E B4 19 52
Octal 305 334 334 12 0 0 16 264 31 122
Binary 11000101 11011100 11011100 1010 0 0 1110 10110100 11001 1010010

Color Harmonies of #C5DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCDC

Black with #C5DCDC

Text Example


Text Example

White with #C5DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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