Html Css Color HEX #C7DADE Zumthor

📋 copy color: '#C7DADE'

red 199 ◦ green 218 ◦ blue 222

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

Shades of Zumthor #C7DADE

Tints of Zumthor #C7DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.12%

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

R = 31.14%
G = 34.12%
B = 34.74%

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

#C7DADE (or 0xC7DADE) is known color: Zumthor. HEX triplet: C7, DA and DE. RGB value is (199,218,222). Sum of RGB (Red+Green+Blue) = 199+218+222=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DADE is #382521. Grayscale: #D4D4D4. Windows color (decimal): -3679522 or 14604999. OLE color: 14604999.

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

Color convert

RGB 199 218 222 -
CMYK 0.10 0.02 0 0.13
HSL 190.43º 0.26% 0.83% -
HSV(B) 190.43º 0.1% 0.87% -
XYZ 61.81 67.56 78.89 -
YUV 212.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 199 218 222 0.10 0.02 0 0.13 190.43 0.26 0.83
Hex C7 DA DE A 2 0 D BE 1A 53
Octal 307 332 336 12 2 0 15 276 32 123
Binary 11000111 11011010 11011110 1010 10 0 1101 10111110 11010 1010011

Color Harmonies of #C7DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DADE

Black with #C7DADE

Text Example


Text Example

White with #C7DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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