Shades of Kobi #D28EAD
Tints of Kobi #D28EAD
RGB
CMYK
RGB Variations
Color information
#D28EAD (or 0xD28EAD) is known color: Kobi. HEX triplet: D2, 8E and AD. RGB value is (210,142,173). Sum of RGB (Red+Green+Blue) = 210+142+173=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28EAD is #2D7152. Grayscale: #A5A5A5. Windows color (decimal): -2978131 or 11374290. OLE color: 11374290.
HSL color Cylindrical-coordinate representation of color #D28EAD: hue angle of 332.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28EAD is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 173 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.18 |
| HSL | 332.65º | 0.43% | 0.69% | - |
| HSV(B) | 332.65º | 0.32% | 0.82% | - |
| XYZ | 43.79 | 36.06 | 44.19 | - |
| YUV | 165.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 173 | 0 | 0.32 | 0.18 | 0.18 | 332.65 | 0.43 | 0.69 |
| Hex | D2 | 8E | AD | 0 | 20 | 12 | 12 | 14D | 2B | 45 |
| Octal | 322 | 216 | 255 | 0 | 40 | 22 | 22 | 515 | 53 | 105 |
| Binary | 11010010 | 10001110 | 10101101 | 0 | 100000 | 10010 | 10010 | 101001101 | 101011 | 1000101 |
Color Harmonies of #D28EAD
Complementary color
Monochromatic Colors of #D28EAD
Black with #D28EAD
Text Example
Text Example
White with #D28EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EAD; }
p { color: rgb(210,142,173); }
H1.HeaderClassName
{
color: #D28EAD;
}
.AnyTagClassName
{
color: #D28EAD;
}
</style>
background-color css
<style>
a { background-color: #D28EAD; }
a { background-color: rgb(210,142,173); }
div.DivClassName
{
background-color: #D28EAD;
}
.BgClassName
{
background-color: #D28EAD;
}
</style>
border-color css
<style>
span { border-color: #D28EAD; }
span { border-color: rgb(210,142,173); }
td.TdClassName
{
border-color: #D28EAD;
}
.TagClassName
{
border-color: #D28EAD;
}
</style>