Shades of Kobi #DDA4B4
Tints of Kobi #DDA4B4
RGB
CMYK
RGB Variations
Color information
#DDA4B4 (or 0xDDA4B4) is known color: Kobi. HEX triplet: DD, A4 and B4. RGB value is (221,164,180). Sum of RGB (Red+Green+Blue) = 221+164+180=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4B4 is #225B4B. Grayscale: #B6B6B6. Windows color (decimal): -2251596 or 11838685. OLE color: 11838685.
HSL color Cylindrical-coordinate representation of color #DDA4B4: hue angle of 343.16º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA4B4 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 180 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.13 |
| HSL | 343.16º | 0.46% | 0.75% | - |
| HSV(B) | 343.16º | 0.26% | 0.87% | - |
| XYZ | 51.33 | 45.22 | 49.2 | - |
| YUV | 182.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 180 | 0 | 0.26 | 0.19 | 0.13 | 343.16 | 0.46 | 0.75 |
| Hex | DD | A4 | B4 | 0 | 1A | 13 | D | 157 | 2E | 4B |
| Octal | 335 | 244 | 264 | 0 | 32 | 23 | 15 | 527 | 56 | 113 |
| Binary | 11011101 | 10100100 | 10110100 | 0 | 11010 | 10011 | 1101 | 101010111 | 101110 | 1001011 |
Color Harmonies of #DDA4B4
Complementary color
Monochromatic Colors of #DDA4B4
Black with #DDA4B4
Text Example
Text Example
White with #DDA4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4B4; }
p { color: rgb(221,164,180); }
H1.HeaderClassName
{
color: #DDA4B4;
}
.AnyTagClassName
{
color: #DDA4B4;
}
</style>
background-color css
<style>
a { background-color: #DDA4B4; }
a { background-color: rgb(221,164,180); }
div.DivClassName
{
background-color: #DDA4B4;
}
.BgClassName
{
background-color: #DDA4B4;
}
</style>
border-color css
<style>
span { border-color: #DDA4B4; }
span { border-color: rgb(221,164,180); }
td.TdClassName
{
border-color: #DDA4B4;
}
.TagClassName
{
border-color: #DDA4B4;
}
</style>