Html Css Color HEX #DFBABE Blossom

📋 copy color: '#DFBABE'

red 223 ◦ green 186 ◦ blue 190

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

Shades of Blossom #DFBABE

Tints of Blossom #DFBABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.05%

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 37.23%
G = 31.05%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DFBABE (or 0xDFBABE) is known color: Blossom. HEX triplet: DF, BA and BE. RGB value is (223,186,190). Sum of RGB (Red+Green+Blue) = 223+186+190=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABE is #204541. Grayscale: #C5C5C5. Windows color (decimal): -2114882 or 12499679. OLE color: 12499679.

HSL color Cylindrical-coordinate representation of color #DFBABE: hue angle of 353.51º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBABE is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 190 -
CMYK 0 0.17 0.15 0.13
HSL 353.51º 0.37% 0.8% -
HSV(B) 353.51º 0.17% 0.87% -
XYZ 57.28 54.52 56.22 -
YUV 197.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 223 186 190 0 0.17 0.15 0.13 353.51 0.37 0.8
Hex DF BA BE 0 11 F D 162 25 50
Octal 337 272 276 0 21 17 15 542 45 120
Binary 11011111 10111010 10111110 0 10001 1111 1101 101100010 100101 1010000

Color Harmonies of #DFBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBABE

Black with #DFBABE

Text Example


Text Example

White with #DFBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBABE; }

 p { color: rgb(223,186,190); }

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

background-color css

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

 a { background-color: rgb(223,186,190); }

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

border-color css

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

 span { border-color: rgb(223,186,190); }

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