Html Css Color HEX #DBA4B2 Blossom

📋 copy color: '#DBA4B2'

red 219 ◦ green 164 ◦ blue 178

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

Shades of Blossom #DBA4B2

Tints of Blossom #DBA4B2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.23%

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

R = 39.04%
G = 29.23%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBA4B2 (or 0xDBA4B2) is known color: Blossom. HEX triplet: DB, A4 and B2. RGB value is (219,164,178). Sum of RGB (Red+Green+Blue) = 219+164+178=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4B2 is #245B4D. Grayscale: #B6B6B6. Windows color (decimal): -2382670 or 11707611. OLE color: 11707611.

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

Color convert

RGB 219 164 178 -
CMYK 0 0.25 0.19 0.14
HSL 344.73º 0.43% 0.75% -
HSV(B) 344.73º 0.25% 0.86% -
XYZ 50.52 44.83 48.11 -
YUV 182.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 219 164 178 0 0.25 0.19 0.14 344.73 0.43 0.75
Hex DB A4 B2 0 19 13 E 159 2B 4B
Octal 333 244 262 0 31 23 16 531 53 113
Binary 11011011 10100100 10110010 0 11001 10011 1110 101011001 101011 1001011

Color Harmonies of #DBA4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4B2

Black with #DBA4B2

Text Example


Text Example

White with #DBA4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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