Html Css Color HEX #D0ABB6 Blossom

📋 copy color: '#D0ABB6'

red 208 ◦ green 171 ◦ blue 182

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

Shades of Blossom #D0ABB6

Tints of Blossom #D0ABB6

RGB

 RED value IS 208 (81.64% from 255) = 37.08%

 GREEN value IS 171 (67.19% from 255) = 30.48%

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

R = 37.08%
G = 30.48%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D0ABB6 (or 0xD0ABB6) is known color: Blossom. HEX triplet: D0, AB and B6. RGB value is (208,171,182). Sum of RGB (Red+Green+Blue) = 208+171+182=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABB6 is #2F5449. Grayscale: #B7B7B7. Windows color (decimal): -3101770 or 11971536. OLE color: 11971536.

HSL color Cylindrical-coordinate representation of color #D0ABB6: hue angle of 342.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ABB6 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 182 -
CMYK 0 0.18 0.12 0.18
HSL 342.16º 0.28% 0.74% -
HSV(B) 342.16º 0.18% 0.82% -
XYZ 49.02 45.91 50.53 -
YUV 183.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 208 171 182 0 0.18 0.12 0.18 342.16 0.28 0.74
Hex D0 AB B6 0 12 C 12 156 1C 4A
Octal 320 253 266 0 22 14 22 526 34 112
Binary 11010000 10101011 10110110 0 10010 1100 10010 101010110 11100 1001010

Color Harmonies of #D0ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ABB6

Black with #D0ABB6

Text Example


Text Example

White with #D0ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ABB6; }

 p { color: rgb(208,171,182); }

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

background-color css

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

 a { background-color: rgb(208,171,182); }

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

border-color css

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

 span { border-color: rgb(208,171,182); }

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