#DCADB3

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

Shades of Blossom #DCADB3

Tints of Blossom #DCADB3

Color information

#DCADB3 (or 0xDCADB3) is unknown color: approx Blossom. HEX triplet: DC, AD and B3. RGB value is (220,173,179). Sum of RGB (Red+Green+Blue) = 220+173+179=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADB3 is #23524C. Grayscale: #BBBBBB. Windows color (decimal): -2314829 or 11775452. OLE color: 11775452.

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

Color convert

RGB220173179-
CMYK00.210.190.14
HSL352.34º40.17%77.06%-
HSV(B)352.34º21.36%86.27%-
XYZ52.648.3649.21-
YUV187.74123.07151.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=38.46%
G=30.24%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017317900.210.190.14352.3440.1777.06
HexDCADB301513E160284d
Octal334255263025231654050115
Binary1101110010101101101100110101011001111101011000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADB3; }

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

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

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

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

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

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

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

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