Shades of Kobi #D28EAC
Tints of Kobi #D28EAC
RGB
CMYK
RGB Variations
Color information
#D28EAC (or 0xD28EAC) is known color: Kobi. HEX triplet: D2, 8E and AC. RGB value is (210,142,172). Sum of RGB (Red+Green+Blue) = 210+142+172=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28EAC is #2D7153. Grayscale: #A5A5A5. Windows color (decimal): -2978132 or 11308754. OLE color: 11308754.
HSL color Cylindrical-coordinate representation of color #D28EAC: hue angle of 333.53º 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 #D28EAC is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 172 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.18 |
| HSL | 333.53º | 0.43% | 0.69% | - |
| HSV(B) | 333.53º | 0.32% | 0.82% | - |
| XYZ | 43.7 | 36.03 | 43.68 | - |
| YUV | 165.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 172 | 0 | 0.32 | 0.18 | 0.18 | 333.53 | 0.43 | 0.69 |
| Hex | D2 | 8E | AC | 0 | 20 | 12 | 12 | 14E | 2B | 45 |
| Octal | 322 | 216 | 254 | 0 | 40 | 22 | 22 | 516 | 53 | 105 |
| Binary | 11010010 | 10001110 | 10101100 | 0 | 100000 | 10010 | 10010 | 101001110 | 101011 | 1000101 |
Color Harmonies of #D28EAC
Complementary color
Monochromatic Colors of #D28EAC
Black with #D28EAC
Text Example
Text Example
White with #D28EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28EAC; }
p { color: rgb(210,142,172); }
H1.HeaderClassName
{
color: #D28EAC;
}
.AnyTagClassName
{
color: #D28EAC;
}
</style>
background-color css
<style>
a { background-color: #D28EAC; }
a { background-color: rgb(210,142,172); }
div.DivClassName
{
background-color: #D28EAC;
}
.BgClassName
{
background-color: #D28EAC;
}
</style>
border-color css
<style>
span { border-color: #D28EAC; }
span { border-color: rgb(210,142,172); }
td.TdClassName
{
border-color: #D28EAC;
}
.TagClassName
{
border-color: #D28EAC;
}
</style>