Html Css Color HEX #DFAAB2 Blossom

📋 copy color: '#DFAAB2'

red 223 ◦ green 170 ◦ blue 178

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

Shades of Blossom #DFAAB2

Tints of Blossom #DFAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.17%

R = 39.05%
G = 29.77%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFAAB2 (or 0xDFAAB2) is known color: Blossom. HEX triplet: DF, AA and B2. RGB value is (223,170,178). Sum of RGB (Red+Green+Blue) = 223+170+178=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAAB2 is #20554D. Grayscale: #BABABA. Windows color (decimal): -2118990 or 11709151. OLE color: 11709151.

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

Color convert

RGB 223 170 178 -
CMYK 0 0.24 0.20 0.13
HSL 350.94º 0.45% 0.77% -
HSV(B) 350.94º 0.24% 0.87% -
XYZ 52.84 47.65 48.53 -
YUV 186.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 223 170 178 0 0.24 0.20 0.13 350.94 0.45 0.77
Hex DF AA B2 0 18 14 D 15F 2D 4D
Octal 337 252 262 0 30 24 15 537 55 115
Binary 11011111 10101010 10110010 0 11000 10100 1101 101011111 101101 1001101

Color Harmonies of #DFAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAB2

Black with #DFAAB2

Text Example


Text Example

White with #DFAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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