Html Css Color HEX #DFABB2 Blossom

📋 copy color: '#DFABB2'

red 223 ◦ green 171 ◦ blue 178

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

Shades of Blossom #DFABB2

Tints of Blossom #DFABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.9%

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

R = 38.99%
G = 29.9%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFABB2 (or 0xDFABB2) is known color: Blossom. HEX triplet: DF, AB and B2. RGB value is (223,171,178). Sum of RGB (Red+Green+Blue) = 223+171+178=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABB2 is #20544D. Grayscale: #BBBBBB. Windows color (decimal): -2118734 or 11709407. OLE color: 11709407.

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

Color convert

RGB 223 171 178 -
CMYK 0 0.23 0.20 0.13
HSL 351.92º 0.45% 0.77% -
HSV(B) 351.92º 0.23% 0.87% -
XYZ 53.03 48.03 48.59 -
YUV 187.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 223 171 178 0 0.23 0.20 0.13 351.92 0.45 0.77
Hex DF AB B2 0 17 14 D 160 2D 4D
Octal 337 253 262 0 27 24 15 540 55 115
Binary 11011111 10101011 10110010 0 10111 10100 1101 101100000 101101 1001101

Color Harmonies of #DFABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABB2

Black with #DFABB2

Text Example


Text Example

White with #DFABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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