Html Css Color HEX #C2D9D8 Zumthor

📋 copy color: '#C2D9D8'

red 194 ◦ green 217 ◦ blue 216

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

Shades of Zumthor #C2D9D8

Tints of Zumthor #C2D9D8

RGB

 RED value IS 194 (76.17% from 255) = 30.94%

 GREEN value IS 217 (85.16% from 255) = 34.61%

 BLUE value IS 216 (84.77% from 255) = 34.45%

R = 30.94%
G = 34.61%
B = 34.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#C2D9D8 (or 0xC2D9D8) is known color: Zumthor. HEX triplet: C2, D9 and D8. RGB value is (194,217,216). Sum of RGB (Red+Green+Blue) = 194+217+216=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9D8 is #3D2627. Grayscale: #D1D1D1. Windows color (decimal): -4007464 or 14211522. OLE color: 14211522.

HSL color Cylindrical-coordinate representation of color #C2D9D8: hue angle of 177.39º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9D8 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 216 -
CMYK 0.11 0 0.00 0.15
HSL 177.39º 0.23% 0.81% -
HSV(B) 177.39º 0.11% 0.85% -
XYZ 59.46 66.05 74.58 -
YUV 210.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 194 217 216 0.11 0 0.00 0.15 177.39 0.23 0.81
Hex C2 D9 D8 B 0 0 F B1 17 51
Octal 302 331 330 13 0 0 17 261 27 121
Binary 11000010 11011001 11011000 1011 0 0 1111 10110001 10111 1010001

Color Harmonies of #C2D9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9D8

Black with #C2D9D8

Text Example


Text Example

White with #C2D9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9D8; }

 p { color: rgb(194,217,216); }

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

background-color css

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

 a { background-color: rgb(194,217,216); }

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

border-color css

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

 span { border-color: rgb(194,217,216); }

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