Html Css Color HEX #DFADB4 Blossom

📋 copy color: '#DFADB4'

red 223 ◦ green 173 ◦ blue 180

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

Shades of Blossom #DFADB4

Tints of Blossom #DFADB4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.03%

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

R = 38.72%
G = 30.03%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFADB4 (or 0xDFADB4) is known color: Blossom. HEX triplet: DF, AD and B4. RGB value is (223,173,180). Sum of RGB (Red+Green+Blue) = 223+173+180=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADB4 is #20524B. Grayscale: #BCBCBC. Windows color (decimal): -2118220 or 11840991. OLE color: 11840991.

HSL color Cylindrical-coordinate representation of color #DFADB4: hue angle of 351.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFADB4 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 173 180 -
CMYK 0 0.22 0.19 0.13
HSL 351.6º 0.44% 0.78% -
HSV(B) 351.6º 0.22% 0.87% -
XYZ 53.61 48.87 49.79 -
YUV 188.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 223 173 180 0 0.22 0.19 0.13 351.6 0.44 0.78
Hex DF AD B4 0 16 13 D 160 2C 4E
Octal 337 255 264 0 26 23 15 540 54 116
Binary 11011111 10101101 10110100 0 10110 10011 1101 101100000 101100 1001110

Color Harmonies of #DFADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADB4

Black with #DFADB4

Text Example


Text Example

White with #DFADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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