Html Css Color HEX #DCB4BB Blossom

📋 copy color: '#DCB4BB'

red 220 ◦ green 180 ◦ blue 187

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

Shades of Blossom #DCB4BB

Tints of Blossom #DCB4BB

RGB

 RED value IS 220 (86.33% from 255) = 37.48%

 GREEN value IS 180 (70.7% from 255) = 30.66%

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 37.48%
G = 30.66%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCB4BB (or 0xDCB4BB) is known color: Blossom. HEX triplet: DC, B4 and BB. RGB value is (220,180,187). Sum of RGB (Red+Green+Blue) = 220+180+187=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4BB is #234B44. Grayscale: #C0C0C0. Windows color (decimal): -2313029 or 12301532. OLE color: 12301532.

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

Color convert

RGB 220 180 187 -
CMYK 0 0.18 0.15 0.14
HSL 349.5º 0.36% 0.78% -
HSV(B) 349.5º 0.18% 0.86% -
XYZ 54.81 51.45 54.06 -
YUV 192.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 220 180 187 0 0.18 0.15 0.14 349.5 0.36 0.78
Hex DC B4 BB 0 12 F E 15E 24 4E
Octal 334 264 273 0 22 17 16 536 44 116
Binary 11011100 10110100 10111011 0 10010 1111 1110 101011110 100100 1001110

Color Harmonies of #DCB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4BB

Black with #DCB4BB

Text Example


Text Example

White with #DCB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4BB; }

 p { color: rgb(220,180,187); }

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

background-color css

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

 a { background-color: rgb(220,180,187); }

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

border-color css

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

 span { border-color: rgb(220,180,187); }

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