Html Css Color HEX #C7D8DD Zumthor

📋 copy color: '#C7D8DD'

red 199 ◦ green 216 ◦ blue 221

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

Shades of Zumthor #C7D8DD

Tints of Zumthor #C7D8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.96%

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

R = 31.29%
G = 33.96%
B = 34.75%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7D8DD (or 0xC7D8DD) is known color: Zumthor. HEX triplet: C7, D8 and DD. RGB value is (199,216,221). Sum of RGB (Red+Green+Blue) = 199+216+221=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8DD is #382722. Grayscale: #D3D3D3. Windows color (decimal): -3680035 or 14538951. OLE color: 14538951.

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

Color convert

RGB 199 216 221 -
CMYK 0.10 0.02 0 0.13
HSL 193.64º 0.24% 0.82% -
HSV(B) 193.64º 0.1% 0.87% -
XYZ 61.16 66.47 78.01 -
YUV 211.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 199 216 221 0.10 0.02 0 0.13 193.64 0.24 0.82
Hex C7 D8 DD A 2 0 D C2 18 52
Octal 307 330 335 12 2 0 15 302 30 122
Binary 11000111 11011000 11011101 1010 10 0 1101 11000010 11000 1010010

Color Harmonies of #C7D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D8DD

Black with #C7D8DD

Text Example


Text Example

White with #C7D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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