Shades of Kobi #D498B4
Tints of Kobi #D498B4
RGB
CMYK
RGB Variations
Color information
#D498B4 (or 0xD498B4) is known color: Kobi. HEX triplet: D4, 98 and B4. RGB value is (212,152,180). Sum of RGB (Red+Green+Blue) = 212+152+180=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D498B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498B4 is #2B674B. Grayscale: #ADADAD. Windows color (decimal): -2844492 or 11835604. OLE color: 11835604.
HSL color Cylindrical-coordinate representation of color #D498B4: hue angle of 332º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498B4 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 180 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.17 |
| HSL | 332º | 0.41% | 0.71% | - |
| HSV(B) | 332º | 0.28% | 0.83% | - |
| XYZ | 46.62 | 39.75 | 48.4 | - |
| YUV | 173.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 180 | 0 | 0.28 | 0.15 | 0.17 | 332 | 0.41 | 0.71 |
| Hex | D4 | 98 | B4 | 0 | 1C | F | 11 | 14C | 29 | 47 |
| Octal | 324 | 230 | 264 | 0 | 34 | 17 | 21 | 514 | 51 | 107 |
| Binary | 11010100 | 10011000 | 10110100 | 0 | 11100 | 1111 | 10001 | 101001100 | 101001 | 1000111 |
Color Harmonies of #D498B4
Complementary color
Monochromatic Colors of #D498B4
Black with #D498B4
Text Example
Text Example
White with #D498B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498B4; }
p { color: rgb(212,152,180); }
H1.HeaderClassName
{
color: #D498B4;
}
.AnyTagClassName
{
color: #D498B4;
}
</style>
background-color css
<style>
a { background-color: #D498B4; }
a { background-color: rgb(212,152,180); }
div.DivClassName
{
background-color: #D498B4;
}
.BgClassName
{
background-color: #D498B4;
}
</style>
border-color css
<style>
span { border-color: #D498B4; }
span { border-color: rgb(212,152,180); }
td.TdClassName
{
border-color: #D498B4;
}
.TagClassName
{
border-color: #D498B4;
}
</style>