Html Css Color HEX #DBACB3 Blossom

📋 copy color: '#DBACB3'

red 219 ◦ green 172 ◦ blue 179

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

Shades of Blossom #DBACB3

Tints of Blossom #DBACB3

RGB

 RED value IS 219 (85.94% from 255) = 38.42%

 GREEN value IS 172 (67.58% from 255) = 30.18%

 BLUE value IS 179 (70.31% from 255) = 31.4%

R = 38.42%
G = 30.18%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DBACB3 (or 0xDBACB3) is known color: Blossom. HEX triplet: DB, AC and B3. RGB value is (219,172,179). Sum of RGB (Red+Green+Blue) = 219+172+179=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACB3 is #24534C. Grayscale: #BABABA. Windows color (decimal): -2380621 or 11775195. OLE color: 11775195.

HSL color Cylindrical-coordinate representation of color #DBACB3: hue angle of 351.06º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACB3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 179 -
CMYK 0 0.21 0.18 0.14
HSL 351.06º 0.39% 0.77% -
HSV(B) 351.06º 0.21% 0.86% -
XYZ 52.1 47.82 49.13 -
YUV 186.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 219 172 179 0 0.21 0.18 0.14 351.06 0.39 0.77
Hex DB AC B3 0 15 12 E 15F 27 4D
Octal 333 254 263 0 25 22 16 537 47 115
Binary 11011011 10101100 10110011 0 10101 10010 1110 101011111 100111 1001101

Color Harmonies of #DBACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACB3

Black with #DBACB3

Text Example


Text Example

White with #DBACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACB3; }

 p { color: rgb(219,172,179); }

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

background-color css

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

 a { background-color: rgb(219,172,179); }

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

border-color css

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

 span { border-color: rgb(219,172,179); }

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