#DCAEB3

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

Shades of Blossom #DCAEB3

Tints of Blossom #DCAEB3

Color information

#DCAEB3 (or 0xDCAEB3) is unknown color: approx Blossom. HEX triplet: DC, AE and B3. RGB value is (220,174,179). Sum of RGB (Red+Green+Blue) = 220+174+179=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEB3 is #23514C. Grayscale: #BCBCBC. Windows color (decimal): -2314573 or 11775708. OLE color: 11775708.

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

Color convert

RGB220174179-
CMYK00.210.190.14
HSL353.48º39.66%77.25%-
HSV(B)353.48º20.91%86.27%-
XYZ52.7948.7449.27-
YUV188.32122.74150.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=38.39%
G=30.37%
B=31.24%

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
Decimal22017417900.210.190.14353.4839.6677.25
HexDCAEB301513E161284d
Octal334256263025231654150115
Binary1101110010101110101100110101011001111101011000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEB3; }

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

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

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

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

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

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

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

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