Html Css Color HEX #C7D3D6 Zumthor

📋 copy color: '#C7D3D6'

red 199 ◦ green 211 ◦ blue 214

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

Shades of Zumthor #C7D3D6

Tints of Zumthor #C7D3D6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.81%

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 31.89%
G = 33.81%
B = 34.29%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C7D3D6 (or 0xC7D3D6) is known color: Zumthor. HEX triplet: C7, D3 and D6. RGB value is (199,211,214). Sum of RGB (Red+Green+Blue) = 199+211+214=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 214 - color contains mainly: blue. Hex color #C7D3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3D6 is #382C29. Grayscale: #CFCFCF. Windows color (decimal): -3681322 or 14078919. OLE color: 14078919.

HSL color Cylindrical-coordinate representation of color #C7D3D6: hue angle of 192º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D3D6 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 211 214 -
CMYK 0.07 0.01 0 0.16
HSL 192º 0.15% 0.81% -
HSV(B) 192º 0.07% 0.84% -
XYZ 58.99 63.59 72.78 -
YUV 207.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 199 211 214 0.07 0.01 0 0.16 192 0.15 0.81
Hex C7 D3 D6 7 1 0 10 C0 F 51
Octal 307 323 326 7 1 0 20 300 17 121
Binary 11000111 11010011 11010110 111 1 0 10000 11000000 1111 1010001

Color Harmonies of #C7D3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D3D6

Black with #C7D3D6

Text Example


Text Example

White with #C7D3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D3D6; }

 p { color: rgb(199,211,214); }

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

background-color css

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

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

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

border-color css

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

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

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