#DCADB9

Color #DCADB9 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #DCADB9

Tints of Blossom #DCADB9

Color information

#DCADB9 (or 0xDCADB9) is unknown color: approx Blossom. HEX triplet: DC, AD and B9. RGB value is (220,173,185). Sum of RGB (Red+Green+Blue) = 220+173+185=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB9 is #235246. Grayscale: #BCBCBC. Windows color (decimal): -2314823 or 12168668. OLE color: 12168668.

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

Color convert

RGB220173185-
CMYK00.210.160.14
HSL344.68º40.17%77.06%-
HSV(B)344.68º21.36%86.27%-
XYZ53.2248.6152.48-
YUV188.42126.07150.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 173 (67.97% from 255) = 29.93%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=38.06%
G=29.93%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017318500.210.160.14344.6840.1777.06
HexDCADB901510E159284d
Octal334255271025201653150115
Binary1101110010101101101110010101011000011101010110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADB9; }

 p { color: rgb(220,173,185); }

 H1.HeaderClassName
 {
   color: #DCADB9;
 }
 .AnyTagClassName
 {
   color: #DCADB9;
 }
</style>
background-color css

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

 a { background-color: rgb(220,173,185); }

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

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

 span { border-color: rgb(220,173,185); }

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