Html Css Color HEX #DAAEB4 Blossom

📋 copy color: '#DAAEB4'

red 218 ◦ green 174 ◦ blue 180

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

Shades of Blossom #DAAEB4

Tints of Blossom #DAAEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.47%

R = 38.11%
G = 30.42%
B = 31.47%

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

#DAAEB4 (or 0xDAAEB4) is known color: Blossom. HEX triplet: DA, AE and B4. RGB value is (218,174,180). Sum of RGB (Red+Green+Blue) = 218+174+180=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB4 is #25514B. Grayscale: #BBBBBB. Windows color (decimal): -2445644 or 11841242. OLE color: 11841242.

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

Color convert

RGB 218 174 180 -
CMYK 0 0.20 0.17 0.15
HSL 351.82º 0.37% 0.77% -
HSV(B) 351.82º 0.2% 0.85% -
XYZ 52.29 48.47 49.78 -
YUV 187.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 218 174 180 0 0.20 0.17 0.15 351.82 0.37 0.77
Hex DA AE B4 0 14 11 F 160 25 4D
Octal 332 256 264 0 24 21 17 540 45 115
Binary 11011010 10101110 10110100 0 10100 10001 1111 101100000 100101 1001101

Color Harmonies of #DAAEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB4

Black with #DAAEB4

Text Example


Text Example

White with #DAAEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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