Html Css Color HEX #DAAEB8 Blossom

📋 copy color: '#DAAEB8'

red 218 ◦ green 174 ◦ blue 184

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

Shades of Blossom #DAAEB8

Tints of Blossom #DAAEB8

RGB

 RED value IS 218 (85.55% from 255) = 37.85%

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

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

R = 37.85%
G = 30.21%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DAAEB8 (or 0xDAAEB8) is known color: Blossom. HEX triplet: DA, AE and B8. RGB value is (218,174,184). Sum of RGB (Red+Green+Blue) = 218+174+184=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB8 is #255147. Grayscale: #BCBCBC. Windows color (decimal): -2445640 or 12103386. OLE color: 12103386.

HSL color Cylindrical-coordinate representation of color #DAAEB8: hue angle of 346.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEB8 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 184 -
CMYK 0 0.20 0.16 0.15
HSL 346.36º 0.37% 0.77% -
HSV(B) 346.36º 0.2% 0.85% -
XYZ 52.7 48.64 51.96 -
YUV 188.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 218 174 184 0 0.20 0.16 0.15 346.36 0.37 0.77
Hex DA AE B8 0 14 10 F 15A 25 4D
Octal 332 256 270 0 24 20 17 532 45 115
Binary 11011010 10101110 10111000 0 10100 10000 1111 101011010 100101 1001101

Color Harmonies of #DAAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB8

Black with #DAAEB8

Text Example


Text Example

White with #DAAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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