#C6D1CF

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

Shades of Geyser #C6D1CF

Tints of Geyser #C6D1CF

Color information

#C6D1CF (or 0xC6D1CF) is unknown color: approx Geyser. HEX triplet: C6, D1 and CF. RGB value is (198,209,207). Sum of RGB (Red+Green+Blue) = 198+209+207=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1CF is #392E30. Grayscale: #CDCDCD. Windows color (decimal): -3747377 or 13619654. OLE color: 13619654.

HSL color Cylindrical-coordinate representation of color #C6D1CF: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6D1CF is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB198209207-
CMYK0.0500.010.18
HSL169.09º10.68%79.8%-
HSV(B)169.09º5.26%81.96%-
XYZ57.3562.1168-
YUV205.48128.86122.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.25%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=32.25%
G=34.04%
B=33.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982092070.0500.010.18169.0910.6879.8
HexC6D1CF50112a9b50
Octal3063213175012225113120
Binary11000110110100011100111110101100101010100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1CF; }

 p { color: rgb(198,209,207); }

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

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

 a { background-color: rgb(198,209,207); }

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

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

 span { border-color: rgb(198,209,207); }

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