Html Css Color HEX #DAAEB6 Blossom

📋 copy color: '#DAAEB6'

red 218 ◦ green 174 ◦ blue 182

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

Shades of Blossom #DAAEB6

Tints of Blossom #DAAEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.71%

R = 37.98%
G = 30.31%
B = 31.71%

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

#DAAEB6 (or 0xDAAEB6) is known color: Blossom. HEX triplet: DA, AE and B6. RGB value is (218,174,182). Sum of RGB (Red+Green+Blue) = 218+174+182=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB6 is #255149. Grayscale: #BCBCBC. Windows color (decimal): -2445642 or 11972314. OLE color: 11972314.

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

Color convert

RGB 218 174 182 -
CMYK 0 0.20 0.17 0.15
HSL 349.09º 0.37% 0.77% -
HSV(B) 349.09º 0.2% 0.85% -
XYZ 52.49 48.55 50.86 -
YUV 188.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 218 174 182 0 0.20 0.17 0.15 349.09 0.37 0.77
Hex DA AE B6 0 14 11 F 15D 25 4D
Octal 332 256 266 0 24 21 17 535 45 115
Binary 11011010 10101110 10110110 0 10100 10001 1111 101011101 100101 1001101

Color Harmonies of #DAAEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB6

Black with #DAAEB6

Text Example


Text Example

White with #DAAEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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