Html Css Color HEX #DFABB5 Blossom

📋 copy color: '#DFABB5'

red 223 ◦ green 171 ◦ blue 181

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

Shades of Blossom #DFABB5

Tints of Blossom #DFABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.48%

R = 38.78%
G = 29.74%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFABB5 (or 0xDFABB5) is known color: Blossom. HEX triplet: DF, AB and B5. RGB value is (223,171,181). Sum of RGB (Red+Green+Blue) = 223+171+181=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABB5 is #20544A. Grayscale: #BBBBBB. Windows color (decimal): -2118731 or 11906015. OLE color: 11906015.

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

Color convert

RGB 223 171 181 -
CMYK 0 0.23 0.19 0.13
HSL 348.46º 0.45% 0.77% -
HSV(B) 348.46º 0.23% 0.87% -
XYZ 53.33 48.15 50.2 -
YUV 187.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 223 171 181 0 0.23 0.19 0.13 348.46 0.45 0.77
Hex DF AB B5 0 17 13 D 15C 2D 4D
Octal 337 253 265 0 27 23 15 534 55 115
Binary 11011111 10101011 10110101 0 10111 10011 1101 101011100 101101 1001101

Color Harmonies of #DFABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFABB5

Black with #DFABB5

Text Example


Text Example

White with #DFABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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