#C7D2CF

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

Shades of Geyser #C7D2CF

Tints of Geyser #C7D2CF

Color information

#C7D2CF (or 0xC7D2CF) is unknown color: approx Geyser. HEX triplet: C7, D2 and CF. RGB value is (199,210,207). Sum of RGB (Red+Green+Blue) = 199+210+207=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2CF is #382D30. Grayscale: #CECECE. Windows color (decimal): -3681585 or 13619911. OLE color: 13619911.

HSL color Cylindrical-coordinate representation of color #C7D2CF: hue angle of 163.64º 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 #C7D2CF is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB199210207-
CMYK0.0500.010.18
HSL163.64º10.89%80.2%-
HSV(B)163.64º5.24%82.35%-
XYZ57.8662.7468.09-
YUV206.37128.36122.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=32.31%
G=34.09%
B=33.60%

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
Decimal1992102070.0500.010.18163.6410.8980.2
HexC7D2CF50112a4b50
Octal3073223175012224413120
Binary11000111110100101100111110101100101010010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2CF; }

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

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

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

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

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

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

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

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