Shades of Geyser #C1DBD7
Tints of Geyser #C1DBD7
RGB
CMYK
RGB Variations
Color information
#C1DBD7 (or 0xC1DBD7) is known color: Geyser. HEX triplet: C1, DB and D7. RGB value is (193,219,215). Sum of RGB (Red+Green+Blue) = 193+219+215=627 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.78% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBD7 is #3E2428. Grayscale: #D2D2D2. Windows color (decimal): -4072489 or 14146497. OLE color: 14146497.
HSL color Cylindrical-coordinate representation of color #C1DBD7: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DBD7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 193 | 219 | 215 | - |
CMYK | 0.12 | 0 | 0.02 | 0.14 |
HSL | 170.77º | 0.27% | 0.81% | - |
HSV(B) | 170.77º | 0.12% | 0.86% | - |
XYZ | 59.59 | 66.91 | 74.06 | - |
YUV | 210.77 | 130.39 | 115.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 219 | 215 | 0.12 | 0 | 0.02 | 0.14 | 170.77 | 0.27 | 0.81 |
Hex | C1 | DB | D7 | C | 0 | 2 | E | AB | 1B | 51 |
Octal | 301 | 333 | 327 | 14 | 0 | 2 | 16 | 253 | 33 | 121 |
Binary | 11000001 | 11011011 | 11010111 | 1100 | 0 | 10 | 1110 | 10101011 | 11011 | 1010001 |
Color Harmonies of #C1DBD7
Complementary color
Monochromatic Colors of #C1DBD7
Black with #C1DBD7
Text Example
Text Example
White with #C1DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBD7; }
p { color: rgb(193,219,215); }
H1.HeaderClassName
{
color: #C1DBD7;
}
.AnyTagClassName
{
color: #C1DBD7;
}
</style>
background-color css
<style>
a { background-color: #C1DBD7; }
a { background-color: rgb(193,219,215); }
div.DivClassName
{
background-color: #C1DBD7;
}
.BgClassName
{
background-color: #C1DBD7;
}
</style>
border-color css
<style>
span { border-color: #C1DBD7; }
span { border-color: rgb(193,219,215); }
td.TdClassName
{
border-color: #C1DBD7;
}
.TagClassName
{
border-color: #C1DBD7;
}
</style>