Html Css Color HEX #DAAEB9 Blossom

📋 copy color: '#DAAEB9'

red 218 ◦ green 174 ◦ blue 185

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

Shades of Blossom #DAAEB9

Tints of Blossom #DAAEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 37.78%
G = 30.16%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAAEB9 (or 0xDAAEB9) is known color: Blossom. HEX triplet: DA, AE and B9. RGB value is (218,174,185). Sum of RGB (Red+Green+Blue) = 218+174+185=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB9 is #255146. Grayscale: #BCBCBC. Windows color (decimal): -2445639 or 12168922. OLE color: 12168922.

HSL color Cylindrical-coordinate representation of color #DAAEB9: hue angle of 345º 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 #DAAEB9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 185 -
CMYK 0 0.20 0.15 0.15
HSL 345º 0.37% 0.77% -
HSV(B) 345º 0.2% 0.85% -
XYZ 52.81 48.68 52.51 -
YUV 188.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 218 174 185 0 0.20 0.15 0.15 345 0.37 0.77
Hex DA AE B9 0 14 F F 159 25 4D
Octal 332 256 271 0 24 17 17 531 45 115
Binary 11011010 10101110 10111001 0 10100 1111 1111 101011001 100101 1001101

Color Harmonies of #DAAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB9

Black with #DAAEB9

Text Example


Text Example

White with #DAAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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