Html Css Color HEX #C8DADE Zumthor

📋 copy color: '#C8DADE'

red 200 ◦ green 218 ◦ blue 222

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

Shades of Zumthor #C8DADE

Tints of Zumthor #C8DADE

RGB

 RED value IS 200 (78.52% from 255) = 31.25%

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

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

R = 31.25%
G = 34.06%
B = 34.69%

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

#C8DADE (or 0xC8DADE) is known color: Zumthor. HEX triplet: C8, DA and DE. RGB value is (200,218,222). Sum of RGB (Red+Green+Blue) = 200+218+222=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 218 (85.55% from 255 or 34.06% 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 #C8DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DADE is #372521. Grayscale: #D5D5D5. Windows color (decimal): -3613986 or 14605000. OLE color: 14605000.

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

Color convert

RGB 200 218 222 -
CMYK 0.10 0.02 0 0.13
HSL 190.91º 0.25% 0.83% -
HSV(B) 190.91º 0.1% 0.87% -
XYZ 62.08 67.7 78.9 -
YUV 213.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 200 218 222 0.10 0.02 0 0.13 190.91 0.25 0.83
Hex C8 DA DE A 2 0 D BF 19 53
Octal 310 332 336 12 2 0 15 277 31 123
Binary 11001000 11011010 11011110 1010 10 0 1101 10111111 11001 1010011

Color Harmonies of #C8DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DADE

Black with #C8DADE

Text Example


Text Example

White with #C8DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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