Html Css Color HEX #DBADB3 Blossom

📋 copy color: '#DBADB3'

red 219 ◦ green 173 ◦ blue 179

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

Shades of Blossom #DBADB3

Tints of Blossom #DBADB3

RGB

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

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

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

R = 38.35%
G = 30.3%
B = 31.35%

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

#DBADB3 (or 0xDBADB3) is known color: Blossom. HEX triplet: DB, AD and B3. RGB value is (219,173,179). Sum of RGB (Red+Green+Blue) = 219+173+179=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB3 is #24524C. Grayscale: #BBBBBB. Windows color (decimal): -2380365 or 11775451. OLE color: 11775451.

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

Color convert

RGB 219 173 179 -
CMYK 0 0.21 0.18 0.14
HSL 352.17º 0.39% 0.77% -
HSV(B) 352.17º 0.21% 0.86% -
XYZ 52.29 48.2 49.2 -
YUV 187.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 219 173 179 0 0.21 0.18 0.14 352.17 0.39 0.77
Hex DB AD B3 0 15 12 E 160 27 4D
Octal 333 255 263 0 25 22 16 540 47 115
Binary 11011011 10101101 10110011 0 10101 10010 1110 101100000 100111 1001101

Color Harmonies of #DBADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADB3

Black with #DBADB3

Text Example


Text Example

White with #DBADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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