Html Css Color HEX #DBA6B4 Blossom

📋 copy color: '#DBA6B4'

red 219 ◦ green 166 ◦ blue 180

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

Shades of Blossom #DBA6B4

Tints of Blossom #DBA6B4

RGB

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

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

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

R = 38.76%
G = 29.38%
B = 31.86%

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

#DBA6B4 (or 0xDBA6B4) is known color: Blossom. HEX triplet: DB, A6 and B4. RGB value is (219,166,180). Sum of RGB (Red+Green+Blue) = 219+166+180=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6B4 is #24594B. Grayscale: #B7B7B7. Windows color (decimal): -2382156 or 11839195. OLE color: 11839195.

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

Color convert

RGB 219 166 180 -
CMYK 0 0.24 0.18 0.14
HSL 344.15º 0.42% 0.75% -
HSV(B) 344.15º 0.24% 0.86% -
XYZ 51.09 45.63 49.29 -
YUV 183.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 219 166 180 0 0.24 0.18 0.14 344.15 0.42 0.75
Hex DB A6 B4 0 18 12 E 158 2A 4B
Octal 333 246 264 0 30 22 16 530 52 113
Binary 11011011 10100110 10110100 0 11000 10010 1110 101011000 101010 1001011

Color Harmonies of #DBA6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6B4

Black with #DBA6B4

Text Example


Text Example

White with #DBA6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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