Shades of Geyser #C2D3CF
Tints of Geyser #C2D3CF
RGB
CMYK
RGB Variations
Color information
#C2D3CF (or 0xC2D3CF) is known color: Geyser. HEX triplet: C2, D3 and CF. RGB value is (194,211,207). Sum of RGB (Red+Green+Blue) = 194+211+207=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3CF is #3D2C30. Grayscale: #CDCDCD. Windows color (decimal): -4009009 or 13620162. OLE color: 13620162.
HSL color Cylindrical-coordinate representation of color #C2D3CF: hue angle of 165.88º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2D3CF is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 194 | 211 | 207 | - |
CMYK | 0.08 | 0 | 0.02 | 0.17 |
HSL | 165.88º | 0.16% | 0.79% | - |
HSV(B) | 165.88º | 0.08% | 0.83% | - |
XYZ | 56.8 | 62.56 | 68.11 | - |
YUV | 205.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 211 | 207 | 0.08 | 0 | 0.02 | 0.17 | 165.88 | 0.16 | 0.79 |
Hex | C2 | D3 | CF | 8 | 0 | 2 | 11 | A6 | 10 | 4F |
Octal | 302 | 323 | 317 | 10 | 0 | 2 | 21 | 246 | 20 | 117 |
Binary | 11000010 | 11010011 | 11001111 | 1000 | 0 | 10 | 10001 | 10100110 | 10000 | 1001111 |
Color Harmonies of #C2D3CF
Complementary color
Monochromatic Colors of #C2D3CF
Black with #C2D3CF
Text Example
Text Example
White with #C2D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3CF; }
p { color: rgb(194,211,207); }
H1.HeaderClassName
{
color: #C2D3CF;
}
.AnyTagClassName
{
color: #C2D3CF;
}
</style>
background-color css
<style>
a { background-color: #C2D3CF; }
a { background-color: rgb(194,211,207); }
div.DivClassName
{
background-color: #C2D3CF;
}
.BgClassName
{
background-color: #C2D3CF;
}
</style>
border-color css
<style>
span { border-color: #C2D3CF; }
span { border-color: rgb(194,211,207); }
td.TdClassName
{
border-color: #C2D3CF;
}
.TagClassName
{
border-color: #C2D3CF;
}
</style>