Html Css Color HEX #C7DCDE Zumthor

📋 copy color: '#C7DCDE'

red 199 ◦ green 220 ◦ blue 222

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

Shades of Zumthor #C7DCDE

Tints of Zumthor #C7DCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.32%

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

R = 31.05%
G = 34.32%
B = 34.63%

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

#C7DCDE (or 0xC7DCDE) is known color: Zumthor. HEX triplet: C7, DC and DE. RGB value is (199,220,222). Sum of RGB (Red+Green+Blue) = 199+220+222=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCDE is #382321. Grayscale: #D5D5D5. Windows color (decimal): -3679010 or 14605511. OLE color: 14605511.

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

Color convert

RGB 199 220 222 -
CMYK 0.10 0.01 0 0.13
HSL 185.22º 0.26% 0.83% -
HSV(B) 185.22º 0.1% 0.87% -
XYZ 62.33 68.6 79.06 -
YUV 213.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 199 220 222 0.10 0.01 0 0.13 185.22 0.26 0.83
Hex C7 DC DE A 1 0 D B9 1A 53
Octal 307 334 336 12 1 0 15 271 32 123
Binary 11000111 11011100 11011110 1010 1 0 1101 10111001 11010 1010011

Color Harmonies of #C7DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCDE

Black with #C7DCDE

Text Example


Text Example

White with #C7DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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