#DCAEB4

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

Shades of Blossom #DCAEB4

Tints of Blossom #DCAEB4

Color information

#DCAEB4 (or 0xDCAEB4) is unknown color: approx Blossom. HEX triplet: DC, AE and B4. RGB value is (220,174,180). Sum of RGB (Red+Green+Blue) = 220+174+180=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEB4 is #23514B. Grayscale: #BCBCBC. Windows color (decimal): -2314572 or 11841244. OLE color: 11841244.

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

Color convert

RGB220174180-
CMYK00.210.180.14
HSL352.17º39.66%77.25%-
HSV(B)352.17º20.91%86.27%-
XYZ52.8948.7849.81-
YUV188.44123.24150.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=38.33%
G=30.31%
B=31.36%

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
Decimal22017418000.210.180.14352.1739.6677.25
HexDCAEB401512E160284d
Octal334256264025221654050115
Binary1101110010101110101101000101011001011101011000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEB4; }

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

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

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

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

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

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

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

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