Html Css Color HEX #DAACB6 Blossom

📋 copy color: '#DAACB6'

red 218 ◦ green 172 ◦ blue 182

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

Shades of Blossom #DAACB6

Tints of Blossom #DAACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

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

R = 38.11%
G = 30.07%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DAACB6 (or 0xDAACB6) is known color: Blossom. HEX triplet: DA, AC and B6. RGB value is (218,172,182). Sum of RGB (Red+Green+Blue) = 218+172+182=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB6 is #255349. Grayscale: #BABABA. Windows color (decimal): -2446154 or 11971802. OLE color: 11971802.

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

Color convert

RGB 218 172 182 -
CMYK 0 0.21 0.17 0.15
HSL 346.96º 0.38% 0.76% -
HSV(B) 346.96º 0.21% 0.85% -
XYZ 52.11 47.79 50.73 -
YUV 186.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 218 172 182 0 0.21 0.17 0.15 346.96 0.38 0.76
Hex DA AC B6 0 15 11 F 15B 26 4C
Octal 332 254 266 0 25 21 17 533 46 114
Binary 11011010 10101100 10110110 0 10101 10001 1111 101011011 100110 1001100

Color Harmonies of #DAACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACB6

Black with #DAACB6

Text Example


Text Example

White with #DAACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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