Shades of Kobi #D29EB4
Tints of Kobi #D29EB4
RGB
CMYK
RGB Variations
Color information
#D29EB4 (or 0xD29EB4) is known color: Kobi. HEX triplet: D2, 9E and B4. RGB value is (210,158,180). Sum of RGB (Red+Green+Blue) = 210+158+180=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EB4 is #2D614B. Grayscale: #B0B0B0. Windows color (decimal): -2974028 or 11837138. OLE color: 11837138.
HSL color Cylindrical-coordinate representation of color #D29EB4: hue angle of 334.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EB4 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 180 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.18 |
| HSL | 334.62º | 0.37% | 0.72% | - |
| HSV(B) | 334.62º | 0.25% | 0.82% | - |
| XYZ | 47.04 | 41.45 | 48.7 | - |
| YUV | 176.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 180 | 0 | 0.25 | 0.14 | 0.18 | 334.62 | 0.37 | 0.72 |
| Hex | D2 | 9E | B4 | 0 | 19 | E | 12 | 14F | 25 | 48 |
| Octal | 322 | 236 | 264 | 0 | 31 | 16 | 22 | 517 | 45 | 110 |
| Binary | 11010010 | 10011110 | 10110100 | 0 | 11001 | 1110 | 10010 | 101001111 | 100101 | 1001000 |
Color Harmonies of #D29EB4
Complementary color
Monochromatic Colors of #D29EB4
Black with #D29EB4
Text Example
Text Example
White with #D29EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29EB4; }
p { color: rgb(210,158,180); }
H1.HeaderClassName
{
color: #D29EB4;
}
.AnyTagClassName
{
color: #D29EB4;
}
</style>
background-color css
<style>
a { background-color: #D29EB4; }
a { background-color: rgb(210,158,180); }
div.DivClassName
{
background-color: #D29EB4;
}
.BgClassName
{
background-color: #D29EB4;
}
</style>
border-color css
<style>
span { border-color: #D29EB4; }
span { border-color: rgb(210,158,180); }
td.TdClassName
{
border-color: #D29EB4;
}
.TagClassName
{
border-color: #D29EB4;
}
</style>