Html Css Color HEX #DFB2B4 Blossom

📋 copy color: '#DFB2B4'

red 223 ◦ green 178 ◦ blue 180

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

Shades of Blossom #DFB2B4

Tints of Blossom #DFB2B4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.64%

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

R = 38.38%
G = 30.64%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFB2B4 (or 0xDFB2B4) is known color: Blossom. HEX triplet: DF, B2 and B4. RGB value is (223,178,180). Sum of RGB (Red+Green+Blue) = 223+178+180=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2B4 is #204D4B. Grayscale: #BFBFBF. Windows color (decimal): -2116940 or 11842271. OLE color: 11842271.

HSL color Cylindrical-coordinate representation of color #DFB2B4: hue angle of 357.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2B4 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 178 180 -
CMYK 0 0.20 0.19 0.13
HSL 357.33º 0.41% 0.79% -
HSV(B) 357.33º 0.2% 0.87% -
XYZ 54.59 50.82 50.11 -
YUV 191.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 223 178 180 0 0.20 0.19 0.13 357.33 0.41 0.79
Hex DF B2 B4 0 14 13 D 165 29 4F
Octal 337 262 264 0 24 23 15 545 51 117
Binary 11011111 10110010 10110100 0 10100 10011 1101 101100101 101001 1001111

Color Harmonies of #DFB2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2B4

Black with #DFB2B4

Text Example


Text Example

White with #DFB2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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