#DCADB5

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

Shades of Blossom #DCADB5

Tints of Blossom #DCADB5

Color information

#DCADB5 (or 0xDCADB5) is unknown color: approx Blossom. HEX triplet: DC, AD and B5. RGB value is (220,173,181). Sum of RGB (Red+Green+Blue) = 220+173+181=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB5 is #23524A. Grayscale: #BBBBBB. Windows color (decimal): -2314827 or 11906524. OLE color: 11906524.

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

Color convert

RGB220173181-
CMYK00.210.180.14
HSL349.79º40.17%77.06%-
HSV(B)349.79º21.36%86.27%-
XYZ52.848.4450.28-
YUV187.96124.07150.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=38.33%
G=30.14%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017318100.210.180.14349.7940.1777.06
HexDCADB501512E15e284d
Octal334255265025221653650115
Binary1101110010101101101101010101011001011101010111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADB5; }

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

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

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

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

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

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

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

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