Html Css Color HEX #DCAEB7 Blossom

📋 copy color: '#DCAEB7'

red 220 ◦ green 174 ◦ blue 183

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

Shades of Blossom #DCAEB7

Tints of Blossom #DCAEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.72%

R = 38.13%
G = 30.16%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCAEB7 (or 0xDCAEB7) is known color: Blossom. HEX triplet: DC, AE and B7. RGB value is (220,174,183). Sum of RGB (Red+Green+Blue) = 220+174+183=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEB7 is #235148. Grayscale: #BCBCBC. Windows color (decimal): -2314569 or 12037852. OLE color: 12037852.

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

Color convert

RGB 220 174 183 -
CMYK 0 0.21 0.17 0.14
HSL 348.26º 0.4% 0.77% -
HSV(B) 348.26º 0.21% 0.86% -
XYZ 53.2 48.91 51.44 -
YUV 188.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 220 174 183 0 0.21 0.17 0.14 348.26 0.4 0.77
Hex DC AE B7 0 15 11 E 15C 28 4D
Octal 334 256 267 0 25 21 16 534 50 115
Binary 11011100 10101110 10110111 0 10101 10001 1110 101011100 101000 1001101

Color Harmonies of #DCAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEB7

Black with #DCAEB7

Text Example


Text Example

White with #DCAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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