Html Css Color HEX #DAABB3 Blossom

📋 copy color: '#DAABB3'

red 218 ◦ green 171 ◦ blue 179

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

Shades of Blossom #DAABB3

Tints of Blossom #DAABB3

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 value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAABB3 (or 0xDAABB3) is known color: 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

RGB 218 171 179 -
CMYK 0 0.22 0.18 0.15
HSL 349.79º 0.39% 0.76% -
HSV(B) 349.79º 0.22% 0.85% -
XYZ 51.61 47.29 49.05 -
YUV 185.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 218 171 179 0 0.22 0.18 0.15 349.79 0.39 0.76
Hex DA AB B3 0 16 12 F 15E 27 4C
Octal 332 253 263 0 26 22 17 536 47 114
Binary 11011010 10101011 10110011 0 10110 10010 1111 101011110 100111 1001100

Color Harmonies of #DAABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABB3

Black with #DAABB3

Text Example


Text Example

White with #DAABB3

Text Example


Text Example

HTML Codes & Css Web 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>