#DDAFB8

Color #DDAFB8 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #DDAFB8

Tints of Blossom #DDAFB8

Color information

#DDAFB8 (or 0xDDAFB8) is unknown color: approx Blossom. HEX triplet: DD, AF and B8. RGB value is (221,175,184). Sum of RGB (Red+Green+Blue) = 221+175+184=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFB8 is #225047. Grayscale: #BDBDBD. Windows color (decimal): -2248776 or 12103645. OLE color: 12103645.

HSL color Cylindrical-coordinate representation of color #DDAFB8: hue angle of 348.26º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAFB8 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB221175184-
CMYK00.210.170.13
HSL348.26º40.35%77.65%-
HSV(B)348.26º20.81%86.67%-
XYZ53.849.4952.06-
YUV189.78124.74150.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=38.10%
G=30.17%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117518400.210.170.13348.2640.3577.65
HexDDAFB801511D15c284e
Octal335257270025211553450116
Binary1101110110101111101110000101011000111011010111001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFB8; }

 p { color: rgb(221,175,184); }

 H1.HeaderClassName
 {
   color: #DDAFB8;
 }
 .AnyTagClassName
 {
   color: #DDAFB8;
 }
</style>
background-color css

<style>
 a { background-color: #DDAFB8; }

 a { background-color: rgb(221,175,184); }

 div.DivClassName
 {
   background-color: #DDAFB8;
 }
 .BgClassName
 {
   background-color: #DDAFB8;
 }
</style>
border-color css

<style>
 span { border-color: #DDAFB8; }

 span { border-color: rgb(221,175,184); }

 td.TdClassName
 {
   border-color: #DDAFB8;
 }
 .TagClassName
 {
   border-color: #DDAFB8;
 }
</style>