Html Css Color HEX #C7DBD9 Zumthor

📋 copy color: '#C7DBD9'

red 199 ◦ green 219 ◦ blue 217

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

Shades of Zumthor #C7DBD9

Tints of Zumthor #C7DBD9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.49%

 BLUE value IS 217 (85.16% from 255) = 34.17%

R = 31.34%
G = 34.49%
B = 34.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#C7DBD9 (or 0xC7DBD9) is known color: Zumthor. HEX triplet: C7, DB and D9. RGB value is (199,219,217). Sum of RGB (Red+Green+Blue) = 199+219+217=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBD9 is #382426. Grayscale: #D4D4D4. Windows color (decimal): -3679271 or 14277575. OLE color: 14277575.

HSL color Cylindrical-coordinate representation of color #C7DBD9: hue angle of 174º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DBD9 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 219 217 -
CMYK 0.09 0 0.01 0.14
HSL 174º 0.22% 0.82% -
HSV(B) 174º 0.09% 0.86% -
XYZ 61.41 67.81 75.5 -
YUV 212.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 199 219 217 0.09 0 0.01 0.14 174 0.22 0.82
Hex C7 DB D9 9 0 1 E AE 16 52
Octal 307 333 331 11 0 1 16 256 26 122
Binary 11000111 11011011 11011001 1001 0 1 1110 10101110 10110 1010010

Color Harmonies of #C7DBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DBD9

Black with #C7DBD9

Text Example


Text Example

White with #C7DBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DBD9; }

 p { color: rgb(199,219,217); }

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

background-color css

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

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

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

border-color css

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

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

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