Html Css Color HEX #DAB0B4 Blossom

📋 copy color: '#DAB0B4'

red 218 ◦ green 176 ◦ blue 180

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

Shades of Blossom #DAB0B4

Tints of Blossom #DAB0B4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

 BLUE value IS 180 (70.7% from 255) = 31.36%

R = 37.98%
G = 30.66%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DAB0B4 (or 0xDAB0B4) is known color: Blossom. HEX triplet: DA, B0 and B4. RGB value is (218,176,180). Sum of RGB (Red+Green+Blue) = 218+176+180=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0B4 is #254F4B. Grayscale: #BDBDBD. Windows color (decimal): -2445132 or 11841754. OLE color: 11841754.

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

Color convert

RGB 218 176 180 -
CMYK 0 0.19 0.17 0.15
HSL 354.29º 0.36% 0.77% -
HSV(B) 354.29º 0.19% 0.85% -
XYZ 52.68 49.25 49.91 -
YUV 189.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 218 176 180 0 0.19 0.17 0.15 354.29 0.36 0.77
Hex DA B0 B4 0 13 11 F 162 24 4D
Octal 332 260 264 0 23 21 17 542 44 115
Binary 11011010 10110000 10110100 0 10011 10001 1111 101100010 100100 1001101

Color Harmonies of #DAB0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0B4

Black with #DAB0B4

Text Example


Text Example

White with #DAB0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0B4; }

 p { color: rgb(218,176,180); }

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

background-color css

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

 a { background-color: rgb(218,176,180); }

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

border-color css

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

 span { border-color: rgb(218,176,180); }

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