Html Css Color HEX #DAABB8 Blossom

📋 copy color: '#DAABB8'

red 218 ◦ green 171 ◦ blue 184

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

Shades of Blossom #DAABB8

Tints of Blossom #DAABB8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.84%

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

R = 38.05%
G = 29.84%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DAABB8 (or 0xDAABB8) is known color: Blossom. HEX triplet: DA, AB and B8. RGB value is (218,171,184). Sum of RGB (Red+Green+Blue) = 218+171+184=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABB8 is #255447. Grayscale: #BABABA. Windows color (decimal): -2446408 or 12102618. OLE color: 12102618.

HSL color Cylindrical-coordinate representation of color #DAABB8: hue angle of 343.4º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAABB8 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 184 -
CMYK 0 0.22 0.16 0.15
HSL 343.4º 0.39% 0.76% -
HSV(B) 343.4º 0.22% 0.85% -
XYZ 52.13 47.49 51.77 -
YUV 186.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 218 171 184 0 0.22 0.16 0.15 343.4 0.39 0.76
Hex DA AB B8 0 16 10 F 157 27 4C
Octal 332 253 270 0 26 20 17 527 47 114
Binary 11011010 10101011 10111000 0 10110 10000 1111 101010111 100111 1001100

Color Harmonies of #DAABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABB8

Black with #DAABB8

Text Example


Text Example

White with #DAABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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