#DFADB3

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

Shades of Blossom #DFADB3

Tints of Blossom #DFADB3

Color information

#DFADB3 (or 0xDFADB3) is unknown color: approx Blossom. HEX triplet: DF, AD and B3. RGB value is (223,173,179). Sum of RGB (Red+Green+Blue) = 223+173+179=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADB3 is #20524C. Grayscale: #BCBCBC. Windows color (decimal): -2118221 or 11775455. OLE color: 11775455.

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

Color convert

RGB223173179-
CMYK00.220.200.13
HSL352.8º43.86%77.65%-
HSV(B)352.8º22.42%87.45%-
XYZ53.5148.8349.25-
YUV188.63122.56152.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 179 (70.31% from 255) = 31.13%
R=38.78%
G=30.09%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317317900.220.200.13352.843.8677.65
HexDFADB301614D1612c4e
Octal337255263026241554154116
Binary1101111110101101101100110101101010011011011000011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADB3; }

 p { color: rgb(223,173,179); }

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

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

 a { background-color: rgb(223,173,179); }

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

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

 span { border-color: rgb(223,173,179); }

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