#C3DBDE

Color #C3DBDE Zumthor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zumthor #C3DBDE

Tints of Zumthor #C3DBDE

Color information

#C3DBDE (or 0xC3DBDE) is unknown color: approx Zumthor. HEX triplet: C3, DB and DE. RGB value is (195,219,222). Sum of RGB (Red+Green+Blue) = 195+219+222=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3DBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBDE is #3C2421. Grayscale: #D4D4D4. Windows color (decimal): -3941410 or 14605251. OLE color: 14605251.

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

Color convert

RGB195219222-
CMYK0.120.0100.13
HSL186.67º29.03%81.76%-
HSV(B)186.67º12.16%87.06%-
XYZ61.0267.5478.93-
YUV212.17133.55115.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.66%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=30.66%
G=34.43%
B=34.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952192220.120.0100.13186.6729.0381.76
HexC3DBDEC10Dbb1d52
Octal30333333614101527335122
Binary110000111101101111011110110010110110111011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DBDE; }

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

 H1.HeaderClassName
 {
   color: #C3DBDE;
 }
 .AnyTagClassName
 {
   color: #C3DBDE;
 }
</style>
background-color css

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

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

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

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

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

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