#DCADB8

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

Shades of Blossom #DCADB8

Tints of Blossom #DCADB8

Color information

#DCADB8 (or 0xDCADB8) is unknown color: approx Blossom. HEX triplet: DC, AD and B8. RGB value is (220,173,184). Sum of RGB (Red+Green+Blue) = 220+173+184=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB8 is #235247. Grayscale: #BCBCBC. Windows color (decimal): -2314824 or 12103132. OLE color: 12103132.

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

Color convert

RGB220173184-
CMYK00.210.160.14
HSL345.96º40.17%77.06%-
HSV(B)345.96º21.36%86.27%-
XYZ53.1148.5651.92-
YUV188.31125.57150.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=38.13%
G=29.98%
B=31.89%

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
Decimal22017318400.210.160.14345.9640.1777.06
HexDCADB801510E15a284d
Octal334255270025201653250115
Binary1101110010101101101110000101011000011101010110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADB8; }

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

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

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

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

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

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

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

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