Html Css Color HEX #C8DBDE Zumthor

📋 copy color: '#C8DBDE'

red 200 ◦ green 219 ◦ blue 222

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

Shades of Zumthor #C8DBDE

Tints of Zumthor #C8DBDE

RGB

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

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

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

R = 31.2%
G = 34.17%
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

#C8DBDE (or 0xC8DBDE) is known color: Zumthor. HEX triplet: C8, DB and DE. RGB value is (200,219,222). Sum of RGB (Red+Green+Blue) = 200+219+222=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 219 (85.94% from 255 or 34.17% 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 #C8DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBDE is #372421. Grayscale: #D5D5D5. Windows color (decimal): -3613730 or 14605256. OLE color: 14605256.

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

Color convert

RGB 200 219 222 -
CMYK 0.10 0.01 0 0.13
HSL 188.18º 0.25% 0.83% -
HSV(B) 188.18º 0.1% 0.87% -
XYZ 62.34 68.22 78.99 -
YUV 213.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 200 219 222 0.10 0.01 0 0.13 188.18 0.25 0.83
Hex C8 DB DE A 1 0 D BC 19 53
Octal 310 333 336 12 1 0 15 274 31 123
Binary 11001000 11011011 11011110 1010 1 0 1101 10111100 11001 1010011

Color Harmonies of #C8DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBDE

Black with #C8DBDE

Text Example


Text Example

White with #C8DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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