Html Css Color HEX #DFAAB4 Blossom

📋 copy color: '#DFAAB4'

red 223 ◦ green 170 ◦ blue 180

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

Shades of Blossom #DFAAB4

Tints of Blossom #DFAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.41%

R = 38.92%
G = 29.67%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFAAB4 (or 0xDFAAB4) is known color: Blossom. HEX triplet: DF, AA and B4. RGB value is (223,170,180). Sum of RGB (Red+Green+Blue) = 223+170+180=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB4 is #20554B. Grayscale: #BBBBBB. Windows color (decimal): -2118988 or 11840223. OLE color: 11840223.

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

Color convert

RGB 223 170 180 -
CMYK 0 0.24 0.19 0.13
HSL 348.68º 0.45% 0.77% -
HSV(B) 348.68º 0.24% 0.87% -
XYZ 53.04 47.73 49.6 -
YUV 186.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 223 170 180 0 0.24 0.19 0.13 348.68 0.45 0.77
Hex DF AA B4 0 18 13 D 15D 2D 4D
Octal 337 252 264 0 30 23 15 535 55 115
Binary 11011111 10101010 10110100 0 11000 10011 1101 101011101 101101 1001101

Color Harmonies of #DFAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAAB4

Black with #DFAAB4

Text Example


Text Example

White with #DFAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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