Html Css Color HEX #C7DDDC Zumthor

📋 copy color: '#C7DDDC'

red 199 ◦ green 221 ◦ blue 220

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

Shades of Zumthor #C7DDDC

Tints of Zumthor #C7DDDC

RGB

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

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

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

R = 31.09%
G = 34.53%
B = 34.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#C7DDDC (or 0xC7DDDC) is known color: Zumthor. HEX triplet: C7, DD and DC. RGB value is (199,221,220). Sum of RGB (Red+Green+Blue) = 199+221+220=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDDC is #382223. Grayscale: #D6D6D6. Windows color (decimal): -3678756 or 14474695. OLE color: 14474695.

HSL color Cylindrical-coordinate representation of color #C7DDDC: hue angle of 177.27º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DDDC is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 221 220 -
CMYK 0.10 0 0.00 0.13
HSL 177.27º 0.24% 0.82% -
HSV(B) 177.27º 0.1% 0.87% -
XYZ 62.33 69.02 77.75 -
YUV 214.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 199 221 220 0.10 0 0.00 0.13 177.27 0.24 0.82
Hex C7 DD DC A 0 0 D B1 18 52
Octal 307 335 334 12 0 0 15 261 30 122
Binary 11000111 11011101 11011100 1010 0 0 1101 10110001 11000 1010010

Color Harmonies of #C7DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DDDC

Black with #C7DDDC

Text Example


Text Example

White with #C7DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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