Html Css Color HEX #C8DBDA Zumthor

📋 copy color: '#C8DBDA'

red 200 ◦ green 219 ◦ blue 218

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

Shades of Zumthor #C8DBDA

Tints of Zumthor #C8DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 31.4%
G = 34.38%
B = 34.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#C8DBDA (or 0xC8DBDA) is known color: Zumthor. HEX triplet: C8, DB and DA. RGB value is (200,219,218). Sum of RGB (Red+Green+Blue) = 200+219+218=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBDA is #372425. Grayscale: #D5D5D5. Windows color (decimal): -3613734 or 14343112. OLE color: 14343112.

HSL color Cylindrical-coordinate representation of color #C8DBDA: hue angle of 176.84º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DBDA is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 219 218 -
CMYK 0.09 0 0.00 0.14
HSL 176.84º 0.21% 0.82% -
HSV(B) 176.84º 0.09% 0.86% -
XYZ 61.81 68 76.2 -
YUV 213.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 200 219 218 0.09 0 0.00 0.14 176.84 0.21 0.82
Hex C8 DB DA 9 0 0 E B1 15 52
Octal 310 333 332 11 0 0 16 261 25 122
Binary 11001000 11011011 11011010 1001 0 0 1110 10110001 10101 1010010

Color Harmonies of #C8DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBDA

Black with #C8DBDA

Text Example


Text Example

White with #C8DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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