Shades of Kobi #D295AE
Tints of Kobi #D295AE
RGB
CMYK
RGB Variations
Color information
#D295AE (or 0xD295AE) is known color: Kobi. HEX triplet: D2, 95 and AE. RGB value is (210,149,174). Sum of RGB (Red+Green+Blue) = 210+149+174=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D295AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295AE is #2D6A51. Grayscale: #AAAAAA. Windows color (decimal): -2976338 or 11441618. OLE color: 11441618.
HSL color Cylindrical-coordinate representation of color #D295AE: hue angle of 335.41º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D295AE is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 174 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.18 |
| HSL | 335.41º | 0.4% | 0.7% | - |
| HSV(B) | 335.41º | 0.29% | 0.82% | - |
| XYZ | 44.97 | 38.25 | 45.06 | - |
| YUV | 170.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 174 | 0 | 0.29 | 0.17 | 0.18 | 335.41 | 0.4 | 0.7 |
| Hex | D2 | 95 | AE | 0 | 1D | 11 | 12 | 14F | 28 | 46 |
| Octal | 322 | 225 | 256 | 0 | 35 | 21 | 22 | 517 | 50 | 106 |
| Binary | 11010010 | 10010101 | 10101110 | 0 | 11101 | 10001 | 10010 | 101001111 | 101000 | 1000110 |
Color Harmonies of #D295AE
Complementary color
Monochromatic Colors of #D295AE
Black with #D295AE
Text Example
Text Example
White with #D295AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D295AE; }
p { color: rgb(210,149,174); }
H1.HeaderClassName
{
color: #D295AE;
}
.AnyTagClassName
{
color: #D295AE;
}
</style>
background-color css
<style>
a { background-color: #D295AE; }
a { background-color: rgb(210,149,174); }
div.DivClassName
{
background-color: #D295AE;
}
.BgClassName
{
background-color: #D295AE;
}
</style>
border-color css
<style>
span { border-color: #D295AE; }
span { border-color: rgb(210,149,174); }
td.TdClassName
{
border-color: #D295AE;
}
.TagClassName
{
border-color: #D295AE;
}
</style>