Html Css Color HEX #DBA6B3 Blossom

📋 copy color: '#DBA6B3'

red 219 ◦ green 166 ◦ blue 179

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

Shades of Blossom #DBA6B3

Tints of Blossom #DBA6B3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.43%

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

R = 38.83%
G = 29.43%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DBA6B3 (or 0xDBA6B3) is known color: Blossom. HEX triplet: DB, A6 and B3. RGB value is (219,166,179). Sum of RGB (Red+Green+Blue) = 219+166+179=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6B3 is #24594C. Grayscale: #B7B7B7. Windows color (decimal): -2382157 or 11773659. OLE color: 11773659.

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

Color convert

RGB 219 166 179 -
CMYK 0 0.24 0.18 0.14
HSL 345.28º 0.42% 0.75% -
HSV(B) 345.28º 0.24% 0.86% -
XYZ 50.99 45.59 48.76 -
YUV 183.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 219 166 179 0 0.24 0.18 0.14 345.28 0.42 0.75
Hex DB A6 B3 0 18 12 E 159 2A 4B
Octal 333 246 263 0 30 22 16 531 52 113
Binary 11011011 10100110 10110011 0 11000 10010 1110 101011001 101010 1001011

Color Harmonies of #DBA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6B3

Black with #DBA6B3

Text Example


Text Example

White with #DBA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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