#C3D6D7

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

Shades of Zumthor #C3D6D7

Tints of Zumthor #C3D6D7

Color information

#C3D6D7 (or 0xC3D6D7) is unknown color: approx Zumthor. HEX triplet: C3, D6 and D7. RGB value is (195,214,215). Sum of RGB (Red+Green+Blue) = 195+214+215=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #C3D6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6D7 is #3C2928. Grayscale: #D0D0D0. Windows color (decimal): -3942697 or 14145219. OLE color: 14145219.

HSL color Cylindrical-coordinate representation of color #C3D6D7: hue angle of 183º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3D6D7 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195214215-
CMYK0.090.0000.16
HSL183º20%80.39%-
HSV(B)183º9.3%84.31%-
XYZ58.8264.673.66-
YUV208.43131.71118.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.25%
GREEN value IS 214 (83.98% from 255) = 34.29%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=31.25%
G=34.29%
B=34.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1952142150.090.0000.161832080.39
HexC3D6D790010b71450
Octal30332632711002026724120
Binary1100001111010110110101111001001000010110111101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D6D7; }

 p { color: rgb(195,214,215); }

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

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

 a { background-color: rgb(195,214,215); }

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

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

 span { border-color: rgb(195,214,215); }

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