#C6D2CF

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

Shades of Geyser #C6D2CF

Tints of Geyser #C6D2CF

Color information

#C6D2CF (or 0xC6D2CF) is unknown color: approx Geyser. HEX triplet: C6, D2 and CF. RGB value is (198,210,207). Sum of RGB (Red+Green+Blue) = 198+210+207=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D2CF is #392D30. Grayscale: #CECECE. Windows color (decimal): -3747121 or 13619910. OLE color: 13619910.

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

Color convert

RGB198210207-
CMYK0.0600.010.18
HSL165º11.76%80%-
HSV(B)165º5.71%82.35%-
XYZ57.662.668.08-
YUV206.07128.52122.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.20%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=32.20%
G=34.15%
B=33.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982102070.0600.010.1816511.7680
HexC6D2CF60112a5c50
Octal3063223176012224514120
Binary11000110110100101100111111001100101010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D2CF; }

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

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

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

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

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

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

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

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