#DAABB3

Color #DAABB3 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #DAABB3

Tints of Blossom #DAABB3

Color information

#DAABB3 (or 0xDAABB3) is unknown color: approx Blossom. HEX triplet: DA, AB and B3. RGB value is (218,171,179). Sum of RGB (Red+Green+Blue) = 218+171+179=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABB3 is #25544C. Grayscale: #B9B9B9. Windows color (decimal): -2446413 or 11774938. OLE color: 11774938.

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

Color convert

RGB218171179-
CMYK00.220.180.15
HSL349.79º38.84%76.27%-
HSV(B)349.79º21.56%85.49%-
XYZ51.6147.2949.05-
YUV185.96124.07150.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=38.38%
G=30.11%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817117900.220.180.15349.7938.8476.27
HexDAABB301612F15e274c
Octal332253263026221753647114
Binary1101101010101011101100110101101001011111010111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABB3; }

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

 H1.HeaderClassName
 {
   color: #DAABB3;
 }
 .AnyTagClassName
 {
   color: #DAABB3;
 }
</style>
background-color css

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

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

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

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

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

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