Html Css Color HEX #DBADB4 Blossom

📋 copy color: '#DBADB4'

red 219 ◦ green 173 ◦ blue 180

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

Shades of Blossom #DBADB4

Tints of Blossom #DBADB4

RGB

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

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

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

R = 38.29%
G = 30.24%
B = 31.47%

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

#DBADB4 (or 0xDBADB4) is known color: Blossom. HEX triplet: DB, AD and B4. RGB value is (219,173,180). Sum of RGB (Red+Green+Blue) = 219+173+180=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB4 is #24524B. Grayscale: #BBBBBB. Windows color (decimal): -2380364 or 11840987. OLE color: 11840987.

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

Color convert

RGB 219 173 180 -
CMYK 0 0.21 0.18 0.14
HSL 350.87º 0.39% 0.77% -
HSV(B) 350.87º 0.21% 0.86% -
XYZ 52.4 48.24 49.73 -
YUV 187.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 219 173 180 0 0.21 0.18 0.14 350.87 0.39 0.77
Hex DB AD B4 0 15 12 E 15F 27 4D
Octal 333 255 264 0 25 22 16 537 47 115
Binary 11011011 10101101 10110100 0 10101 10010 1110 101011111 100111 1001101

Color Harmonies of #DBADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADB4

Black with #DBADB4

Text Example


Text Example

White with #DBADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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