Html Css Color HEX #C7DCDC Zumthor

📋 copy color: '#C7DCDC'

red 199 ◦ green 220 ◦ blue 220

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

Shades of Zumthor #C7DCDC

Tints of Zumthor #C7DCDC

RGB

 RED value IS 199 (78.13% from 255) = 31.14%

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

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

R = 31.14%
G = 34.43%
B = 34.43%

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

#C7DCDC (or 0xC7DCDC) is known color: Zumthor. HEX triplet: C7, DC and DC. RGB value is (199,220,220). Sum of RGB (Red+Green+Blue) = 199+220+220=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #C7DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCDC is #382323. Grayscale: #D5D5D5. Windows color (decimal): -3679012 or 14474439. OLE color: 14474439.

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

Color convert

RGB 199 220 220 -
CMYK 0.10 0 0 0.14
HSL 180º 0.23% 0.82% -
HSV(B) 180º 0.1% 0.86% -
XYZ 62.06 68.5 77.66 -
YUV 213.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 199 220 220 0.10 0 0 0.14 180 0.23 0.82
Hex C7 DC DC A 0 0 E B4 17 52
Octal 307 334 334 12 0 0 16 264 27 122
Binary 11000111 11011100 11011100 1010 0 0 1110 10110100 10111 1010010

Color Harmonies of #C7DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCDC

Black with #C7DCDC

Text Example


Text Example

White with #C7DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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