Html Css Color HEX #DAAEB5 Blossom

📋 copy color: '#DAAEB5'

red 218 ◦ green 174 ◦ blue 181

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

Shades of Blossom #DAAEB5

Tints of Blossom #DAAEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 38.05%
G = 30.37%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DAAEB5 (or 0xDAAEB5) is known color: Blossom. HEX triplet: DA, AE and B5. RGB value is (218,174,181). Sum of RGB (Red+Green+Blue) = 218+174+181=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB5 is #25514A. Grayscale: #BBBBBB. Windows color (decimal): -2445643 or 11906778. OLE color: 11906778.

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

Color convert

RGB 218 174 181 -
CMYK 0 0.20 0.17 0.15
HSL 350.45º 0.37% 0.77% -
HSV(B) 350.45º 0.2% 0.85% -
XYZ 52.39 48.51 50.32 -
YUV 187.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 218 174 181 0 0.20 0.17 0.15 350.45 0.37 0.77
Hex DA AE B5 0 14 11 F 15E 25 4D
Octal 332 256 265 0 24 21 17 536 45 115
Binary 11011010 10101110 10110101 0 10100 10001 1111 101011110 100101 1001101

Color Harmonies of #DAAEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB5

Black with #DAAEB5

Text Example


Text Example

White with #DAAEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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