Html Css Color HEX #DBA6B2 Blossom

📋 copy color: '#DBA6B2'

red 219 ◦ green 166 ◦ blue 178

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

Shades of Blossom #DBA6B2

Tints of Blossom #DBA6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.62%

R = 38.9%
G = 29.48%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBA6B2 (or 0xDBA6B2) is known color: Blossom. HEX triplet: DB, A6 and B2. RGB value is (219,166,178). Sum of RGB (Red+Green+Blue) = 219+166+178=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6B2 is #24594D. Grayscale: #B7B7B7. Windows color (decimal): -2382158 or 11708123. OLE color: 11708123.

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

Color convert

RGB 219 166 178 -
CMYK 0 0.24 0.19 0.14
HSL 346.42º 0.42% 0.75% -
HSV(B) 346.42º 0.24% 0.86% -
XYZ 50.89 45.55 48.23 -
YUV 183.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 219 166 178 0 0.24 0.19 0.14 346.42 0.42 0.75
Hex DB A6 B2 0 18 13 E 15A 2A 4B
Octal 333 246 262 0 30 23 16 532 52 113
Binary 11011011 10100110 10110010 0 11000 10011 1110 101011010 101010 1001011

Color Harmonies of #DBA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6B2

Black with #DBA6B2

Text Example


Text Example

White with #DBA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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