Html Css Color HEX #C7DDDD Zumthor

📋 copy color: '#C7DDDD'

red 199 ◦ green 221 ◦ blue 221

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

Shades of Zumthor #C7DDDD

Tints of Zumthor #C7DDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.48%

R = 31.05%
G = 34.48%
B = 34.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7DDDD (or 0xC7DDDD) is known color: Zumthor. HEX triplet: C7, DD and DD. RGB value is (199,221,221). Sum of RGB (Red+Green+Blue) = 199+221+221=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C7DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDDD is #382222. Grayscale: #D6D6D6. Windows color (decimal): -3678755 or 14540231. OLE color: 14540231.

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

Color convert

RGB 199 221 221 -
CMYK 0.10 0 0 0.13
HSL 180º 0.24% 0.82% -
HSV(B) 180º 0.1% 0.87% -
XYZ 62.46 69.08 78.45 -
YUV 214.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 199 221 221 0.10 0 0 0.13 180 0.24 0.82
Hex C7 DD DD A 0 0 D B4 18 52
Octal 307 335 335 12 0 0 15 264 30 122
Binary 11000111 11011101 11011101 1010 0 0 1101 10110100 11000 1010010

Color Harmonies of #C7DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DDDD

Black with #C7DDDD

Text Example


Text Example

White with #C7DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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