Shades of Geyser #C6D4D2
Tints of Geyser #C6D4D2
RGB
CMYK
RGB Variations
Color information
#C6D4D2 (or 0xC6D4D2) is known color: Geyser. HEX triplet: C6, D4 and D2. RGB value is (198,212,210). Sum of RGB (Red+Green+Blue) = 198+212+210=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4D2 is #392B2D. Grayscale: #CFCFCF. Windows color (decimal): -3746606 or 13817030. OLE color: 13817030.
HSL color Cylindrical-coordinate representation of color #C6D4D2: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D4D2 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 210 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.17 |
| HSL | 171.43º | 0.14% | 0.8% | - |
| HSV(B) | 171.43º | 0.07% | 0.83% | - |
| XYZ | 58.47 | 63.75 | 70.2 | - |
| YUV | 207.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 210 | 0.07 | 0 | 0.01 | 0.17 | 171.43 | 0.14 | 0.8 |
| Hex | C6 | D4 | D2 | 7 | 0 | 1 | 11 | AB | E | 50 |
| Octal | 306 | 324 | 322 | 7 | 0 | 1 | 21 | 253 | 16 | 120 |
| Binary | 11000110 | 11010100 | 11010010 | 111 | 0 | 1 | 10001 | 10101011 | 1110 | 1010000 |
Color Harmonies of #C6D4D2
Complementary color
Monochromatic Colors of #C6D4D2
Black with #C6D4D2
Text Example
Text Example
White with #C6D4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4D2; }
p { color: rgb(198,212,210); }
H1.HeaderClassName
{
color: #C6D4D2;
}
.AnyTagClassName
{
color: #C6D4D2;
}
</style>
background-color css
<style>
a { background-color: #C6D4D2; }
a { background-color: rgb(198,212,210); }
div.DivClassName
{
background-color: #C6D4D2;
}
.BgClassName
{
background-color: #C6D4D2;
}
</style>
border-color css
<style>
span { border-color: #C6D4D2; }
span { border-color: rgb(198,212,210); }
td.TdClassName
{
border-color: #C6D4D2;
}
.TagClassName
{
border-color: #C6D4D2;
}
</style>