Html Css Color HEX #DBADB5 Blossom

📋 copy color: '#DBADB5'

red 219 ◦ green 173 ◦ blue 181

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

Shades of Blossom #DBADB5

Tints of Blossom #DBADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 38.22%
G = 30.19%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBADB5 (or 0xDBADB5) is known color: Blossom. HEX triplet: DB, AD and B5. RGB value is (219,173,181). Sum of RGB (Red+Green+Blue) = 219+173+181=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB5 is #24524A. Grayscale: #BBBBBB. Windows color (decimal): -2380363 or 11906523. OLE color: 11906523.

HSL color Cylindrical-coordinate representation of color #DBADB5: hue angle of 349.57º 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 #DBADB5 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 181 -
CMYK 0 0.21 0.17 0.14
HSL 349.57º 0.39% 0.77% -
HSV(B) 349.57º 0.21% 0.86% -
XYZ 52.5 48.28 50.27 -
YUV 187.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 219 173 181 0 0.21 0.17 0.14 349.57 0.39 0.77
Hex DB AD B5 0 15 11 E 15E 27 4D
Octal 333 255 265 0 25 21 16 536 47 115
Binary 11011011 10101101 10110101 0 10101 10001 1110 101011110 100111 1001101

Color Harmonies of #DBADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADB5

Black with #DBADB5

Text Example


Text Example

White with #DBADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADB5; }

 p { color: rgb(219,173,181); }

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

background-color css

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

 a { background-color: rgb(219,173,181); }

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

border-color css

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

 span { border-color: rgb(219,173,181); }

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