Html Css Color HEX #DCAEB8 Blossom

📋 copy color: '#DCAEB8'

red 220 ◦ green 174 ◦ blue 184

#DCAEB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DCAEB8

Tints of Blossom #DCAEB8

RGB

 RED value IS 220 (86.33% from 255) = 38.06%

 GREEN value IS 174 (68.36% from 255) = 30.1%

 BLUE value IS 184 (72.27% from 255) = 31.83%

R = 38.06%
G = 30.1%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCAEB8 (or 0xDCAEB8) is known color: Blossom. HEX triplet: DC, AE and B8. RGB value is (220,174,184). Sum of RGB (Red+Green+Blue) = 220+174+184=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEB8 is #235147. Grayscale: #BCBCBC. Windows color (decimal): -2314568 or 12103388. OLE color: 12103388.

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

Color convert

RGB 220 174 184 -
CMYK 0 0.21 0.16 0.14
HSL 346.96º 0.4% 0.77% -
HSV(B) 346.96º 0.21% 0.86% -
XYZ 53.3 48.95 51.99 -
YUV 188.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 220 174 184 0 0.21 0.16 0.14 346.96 0.4 0.77
Hex DC AE B8 0 15 10 E 15B 28 4D
Octal 334 256 270 0 25 20 16 533 50 115
Binary 11011100 10101110 10111000 0 10101 10000 1110 101011011 101000 1001101

Color Harmonies of #DCAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEB8

Black with #DCAEB8

Text Example


Text Example

White with #DCAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEB8; }

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

 H1.HeaderClassName
 {
   color: #DCAEB8;
 }
 .AnyTagClassName
 {
   color: #DCAEB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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