Html Css Color HEX #DFAAB6 Blossom

📋 copy color: '#DFAAB6'

red 223 ◦ green 170 ◦ blue 182

#DFAAB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DFAAB6

Tints of Blossom #DFAAB6

RGB

 RED value IS 223 (87.5% from 255) = 38.78%

 GREEN value IS 170 (66.8% from 255) = 29.57%

 BLUE value IS 182 (71.48% from 255) = 31.65%

R = 38.78%
G = 29.57%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFAAB6 (or 0xDFAAB6) is known color: Blossom. HEX triplet: DF, AA and B6. RGB value is (223,170,182). Sum of RGB (Red+Green+Blue) = 223+170+182=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB6 is #205549. Grayscale: #BBBBBB. Windows color (decimal): -2118986 or 11971295. OLE color: 11971295.

HSL color Cylindrical-coordinate representation of color #DFAAB6: hue angle of 346.42º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAAB6 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 182 -
CMYK 0 0.24 0.18 0.13
HSL 346.42º 0.45% 0.77% -
HSV(B) 346.42º 0.24% 0.87% -
XYZ 53.25 47.81 50.68 -
YUV 187.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 223 170 182 0 0.24 0.18 0.13 346.42 0.45 0.77
Hex DF AA B6 0 18 12 D 15A 2D 4D
Octal 337 252 266 0 30 22 15 532 55 115
Binary 11011111 10101010 10110110 0 11000 10010 1101 101011010 101101 1001101

Color Harmonies of #DFAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAB6

Black with #DFAAB6

Text Example


Text Example

White with #DFAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAB6; }

 p { color: rgb(223,170,182); }

 H1.HeaderClassName
 {
   color: #DFAAB6;
 }
 .AnyTagClassName
 {
   color: #DFAAB6;
 }
</style>

background-color css

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

 a { background-color: rgb(223,170,182); }

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

border-color css

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

 span { border-color: rgb(223,170,182); }

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