Html Css Color HEX #D6ADB4 Blossom

📋 copy color: '#D6ADB4'

red 214 ◦ green 173 ◦ blue 180

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

Shades of Blossom #D6ADB4

Tints of Blossom #D6ADB4

RGB

 RED value IS 214 (83.98% from 255) = 37.74%

 GREEN value IS 173 (67.97% from 255) = 30.51%

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

R = 37.74%
G = 30.51%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6ADB4 (or 0xD6ADB4) is known color: Blossom. HEX triplet: D6, AD and B4. RGB value is (214,173,180). Sum of RGB (Red+Green+Blue) = 214+173+180=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADB4 is #29524B. Grayscale: #BABABA. Windows color (decimal): -2708044 or 11840982. OLE color: 11840982.

HSL color Cylindrical-coordinate representation of color #D6ADB4: hue angle of 349.76º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6ADB4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 180 -
CMYK 0 0.19 0.16 0.16
HSL 349.76º 0.33% 0.76% -
HSV(B) 349.76º 0.19% 0.84% -
XYZ 50.91 47.48 49.66 -
YUV 186.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 214 173 180 0 0.19 0.16 0.16 349.76 0.33 0.76
Hex D6 AD B4 0 13 10 10 15E 21 4C
Octal 326 255 264 0 23 20 20 536 41 114
Binary 11010110 10101101 10110100 0 10011 10000 10000 101011110 100001 1001100

Color Harmonies of #D6ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADB4

Black with #D6ADB4

Text Example


Text Example

White with #D6ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADB4; }

 p { color: rgb(214,173,180); }

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

background-color css

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

 a { background-color: rgb(214,173,180); }

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

border-color css

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

 span { border-color: rgb(214,173,180); }

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