Html Css Color HEX #DFADB2 Blossom

📋 copy color: '#DFADB2'

red 223 ◦ green 173 ◦ blue 178

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

Shades of Blossom #DFADB2

Tints of Blossom #DFADB2

RGB

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

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

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

R = 38.85%
G = 30.14%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFADB2 (or 0xDFADB2) is known color: Blossom. HEX triplet: DF, AD and B2. RGB value is (223,173,178). Sum of RGB (Red+Green+Blue) = 223+173+178=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADB2 is #20524D. Grayscale: #BCBCBC. Windows color (decimal): -2118222 or 11709919. OLE color: 11709919.

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

Color convert

RGB 223 173 178 -
CMYK 0 0.22 0.20 0.13
HSL 354º 0.44% 0.78% -
HSV(B) 354º 0.22% 0.87% -
XYZ 53.41 48.79 48.72 -
YUV 188.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 223 173 178 0 0.22 0.20 0.13 354 0.44 0.78
Hex DF AD B2 0 16 14 D 162 2C 4E
Octal 337 255 262 0 26 24 15 542 54 116
Binary 11011111 10101101 10110010 0 10110 10100 1101 101100010 101100 1001110

Color Harmonies of #DFADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADB2

Black with #DFADB2

Text Example


Text Example

White with #DFADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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