Html Css Color HEX #DBABB2 Blossom

📋 copy color: '#DBABB2'

red 219 ◦ green 171 ◦ blue 178

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

Shades of Blossom #DBABB2

Tints of Blossom #DBABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

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

R = 38.56%
G = 30.11%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBABB2 (or 0xDBABB2) is known color: Blossom. HEX triplet: DB, AB and B2. RGB value is (219,171,178). Sum of RGB (Red+Green+Blue) = 219+171+178=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABB2 is #24544D. Grayscale: #BABABA. Windows color (decimal): -2380878 or 11709403. OLE color: 11709403.

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

Color convert

RGB 219 171 178 -
CMYK 0 0.22 0.19 0.14
HSL 351.25º 0.4% 0.76% -
HSV(B) 351.25º 0.22% 0.86% -
XYZ 51.81 47.4 48.54 -
YUV 186.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 219 171 178 0 0.22 0.19 0.14 351.25 0.4 0.76
Hex DB AB B2 0 16 13 E 15F 28 4C
Octal 333 253 262 0 26 23 16 537 50 114
Binary 11011011 10101011 10110010 0 10110 10011 1110 101011111 101000 1001100

Color Harmonies of #DBABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABB2

Black with #DBABB2

Text Example


Text Example

White with #DBABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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