Html Css Color HEX #DAAEB3 Blossom

📋 copy color: '#DAAEB3'

red 218 ◦ green 174 ◦ blue 179

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

Shades of Blossom #DAAEB3

Tints of Blossom #DAAEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 38.18%
G = 30.47%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAAEB3 (or 0xDAAEB3) is known color: Blossom. HEX triplet: DA, AE and B3. RGB value is (218,174,179). Sum of RGB (Red+Green+Blue) = 218+174+179=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB3 is #25514C. Grayscale: #BBBBBB. Windows color (decimal): -2445645 or 11775706. OLE color: 11775706.

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

Color convert

RGB 218 174 179 -
CMYK 0 0.20 0.18 0.15
HSL 353.18º 0.37% 0.77% -
HSV(B) 353.18º 0.2% 0.85% -
XYZ 52.19 48.43 49.25 -
YUV 187.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 218 174 179 0 0.20 0.18 0.15 353.18 0.37 0.77
Hex DA AE B3 0 14 12 F 161 25 4D
Octal 332 256 263 0 24 22 17 541 45 115
Binary 11011010 10101110 10110011 0 10100 10010 1111 101100001 100101 1001101

Color Harmonies of #DAAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEB3

Black with #DAAEB3

Text Example


Text Example

White with #DAAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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