Html Css Color HEX #C7DBDE Zumthor

📋 copy color: '#C7DBDE'

red 199 ◦ green 219 ◦ blue 222

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

Shades of Zumthor #C7DBDE

Tints of Zumthor #C7DBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 31.09%
G = 34.22%
B = 34.69%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7DBDE (or 0xC7DBDE) is known color: Zumthor. HEX triplet: C7, DB and DE. RGB value is (199,219,222). Sum of RGB (Red+Green+Blue) = 199+219+222=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBDE is #382421. Grayscale: #D5D5D5. Windows color (decimal): -3679266 or 14605255. OLE color: 14605255.

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

Color convert

RGB 199 219 222 -
CMYK 0.10 0.01 0 0.13
HSL 187.83º 0.26% 0.83% -
HSV(B) 187.83º 0.1% 0.87% -
XYZ 62.07 68.08 78.98 -
YUV 213.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 199 219 222 0.10 0.01 0 0.13 187.83 0.26 0.83
Hex C7 DB DE A 1 0 D BC 1A 53
Octal 307 333 336 12 1 0 15 274 32 123
Binary 11000111 11011011 11011110 1010 1 0 1101 10111100 11010 1010011

Color Harmonies of #C7DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DBDE

Black with #C7DBDE

Text Example


Text Example

White with #C7DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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