Html Css Color HEX #DFA5B2 Blossom

📋 copy color: '#DFA5B2'

red 223 ◦ green 165 ◦ blue 178

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

Shades of Blossom #DFA5B2

Tints of Blossom #DFA5B2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.15%

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

R = 39.4%
G = 29.15%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFA5B2 (or 0xDFA5B2) is known color: Blossom. HEX triplet: DF, A5 and B2. RGB value is (223,165,178). Sum of RGB (Red+Green+Blue) = 223+165+178=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA5B2 is #205A4D. Grayscale: #B7B7B7. Windows color (decimal): -2120270 or 11707871. OLE color: 11707871.

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

Color convert

RGB 223 165 178 -
CMYK 0 0.26 0.20 0.13
HSL 346.55º 0.48% 0.76% -
HSV(B) 346.55º 0.26% 0.87% -
XYZ 51.92 45.81 48.23 -
YUV 183.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 223 165 178 0 0.26 0.20 0.13 346.55 0.48 0.76
Hex DF A5 B2 0 1A 14 D 15B 30 4C
Octal 337 245 262 0 32 24 15 533 60 114
Binary 11011111 10100101 10110010 0 11010 10100 1101 101011011 110000 1001100

Color Harmonies of #DFA5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA5B2

Black with #DFA5B2

Text Example


Text Example

White with #DFA5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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