Html Css Color HEX #C2DBDE Zumthor

📋 copy color: '#C2DBDE'

red 194 ◦ green 219 ◦ blue 222

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

Shades of Zumthor #C2DBDE

Tints of Zumthor #C2DBDE

RGB

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

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

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

R = 30.55%
G = 34.49%
B = 34.96%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2DBDE (or 0xC2DBDE) is known color: Zumthor. HEX triplet: C2, DB and DE. RGB value is (194,219,222). Sum of RGB (Red+Green+Blue) = 194+219+222=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBDE is #3D2421. Grayscale: #D3D3D3. Windows color (decimal): -4006946 or 14605250. OLE color: 14605250.

HSL color Cylindrical-coordinate representation of color #C2DBDE: hue angle of 186.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DBDE is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 219 222 -
CMYK 0.13 0.01 0 0.13
HSL 186.43º 0.3% 0.82% -
HSV(B) 186.43º 0.13% 0.87% -
XYZ 60.76 67.41 78.92 -
YUV 211.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 194 219 222 0.13 0.01 0 0.13 186.43 0.3 0.82
Hex C2 DB DE D 1 0 D BA 1E 52
Octal 302 333 336 15 1 0 15 272 36 122
Binary 11000010 11011011 11011110 1101 1 0 1101 10111010 11110 1010010

Color Harmonies of #C2DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBDE

Black with #C2DBDE

Text Example


Text Example

White with #C2DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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