#DFADB2

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

Shades of Blossom #DFADB2

Tints of Blossom #DFADB2

Color information

#DFADB2 (or 0xDFADB2) is unknown color: approx Blossom. HEX triplet: DF, AD and B2. RGB value is (223,173,178). Sum of RGB (Red+Green+Blue) = 223+173+178=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADB2 is #20524D. Grayscale: #BCBCBC. Windows color (decimal): -2118222 or 11709919. OLE color: 11709919.

HSL color Cylindrical-coordinate representation of color #DFADB2: hue angle of 354º 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 #DFADB2 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223173178-
CMYK00.220.200.13
HSL354º43.86%77.65%-
HSV(B)354º22.42%87.45%-
XYZ53.4148.7948.72-
YUV188.52122.06152.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 178 (69.92% from 255) = 31.01%
R=38.85%
G=30.14%
B=31.01%

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
Decimal22317317800.220.200.1335443.8677.65
HexDFADB201614D1622c4e
Octal337255262026241554254116
Binary1101111110101101101100100101101010011011011000101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADB2; }

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

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

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

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

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

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

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

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