Html Css Color HEX #DBADB6 Blossom

📋 copy color: '#DBADB6'

red 219 ◦ green 173 ◦ blue 182

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

Shades of Blossom #DBADB6

Tints of Blossom #DBADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 38.15%
G = 30.14%
B = 31.71%

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

#DBADB6 (or 0xDBADB6) is known color: Blossom. HEX triplet: DB, AD and B6. RGB value is (219,173,182). Sum of RGB (Red+Green+Blue) = 219+173+182=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB6 is #245249. Grayscale: #BBBBBB. Windows color (decimal): -2380362 or 11972059. OLE color: 11972059.

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

Color convert

RGB 219 173 182 -
CMYK 0 0.21 0.17 0.14
HSL 348.26º 0.39% 0.77% -
HSV(B) 348.26º 0.21% 0.86% -
XYZ 52.6 48.32 50.81 -
YUV 187.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 219 173 182 0 0.21 0.17 0.14 348.26 0.39 0.77
Hex DB AD B6 0 15 11 E 15C 27 4D
Octal 333 255 266 0 25 21 16 534 47 115
Binary 11011011 10101101 10110110 0 10101 10001 1110 101011100 100111 1001101

Color Harmonies of #DBADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADB6

Black with #DBADB6

Text Example


Text Example

White with #DBADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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