Shades of Blossom #DDADB4
Tints of Blossom #DDADB4
RGB
CMYK
RGB Variations
Color information
#DDADB4 (or 0xDDADB4) is known color: Blossom. HEX triplet: DD, AD and B4. RGB value is (221,173,180). Sum of RGB (Red+Green+Blue) = 221+173+180=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADB4 is #22524B. Grayscale: #BCBCBC. Windows color (decimal): -2249292 or 11840989. OLE color: 11840989.
HSL color Cylindrical-coordinate representation of color #DDADB4: hue angle of 351.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDADB4 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 173 | 180 | - |
CMYK | 0 | 0.22 | 0.19 | 0.13 |
HSL | 351.25º | 0.41% | 0.77% | - |
HSV(B) | 351.25º | 0.22% | 0.87% | - |
XYZ | 53 | 48.55 | 49.76 | - |
YUV | 188.15 | 123.4 | 151.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 173 | 180 | 0 | 0.22 | 0.19 | 0.13 | 351.25 | 0.41 | 0.77 |
Hex | DD | AD | B4 | 0 | 16 | 13 | D | 15F | 29 | 4D |
Octal | 335 | 255 | 264 | 0 | 26 | 23 | 15 | 537 | 51 | 115 |
Binary | 11011101 | 10101101 | 10110100 | 0 | 10110 | 10011 | 1101 | 101011111 | 101001 | 1001101 |
Color Harmonies of #DDADB4
Complementary color
Monochromatic Colors of #DDADB4
Black with #DDADB4
Text Example
Text Example
White with #DDADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADB4; }
p { color: rgb(221,173,180); }
H1.HeaderClassName
{
color: #DDADB4;
}
.AnyTagClassName
{
color: #DDADB4;
}
</style>
background-color css
<style>
a { background-color: #DDADB4; }
a { background-color: rgb(221,173,180); }
div.DivClassName
{
background-color: #DDADB4;
}
.BgClassName
{
background-color: #DDADB4;
}
</style>
border-color css
<style>
span { border-color: #DDADB4; }
span { border-color: rgb(221,173,180); }
td.TdClassName
{
border-color: #DDADB4;
}
.TagClassName
{
border-color: #DDADB4;
}
</style>