Html Css Color HEX #D6ADB3 Blossom

📋 copy color: '#D6ADB3'

red 214 ◦ green 173 ◦ blue 179

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

Shades of Blossom #D6ADB3

Tints of Blossom #D6ADB3

RGB

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

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

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

R = 37.81%
G = 30.57%
B = 31.63%

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

#D6ADB3 (or 0xD6ADB3) is known color: Blossom. HEX triplet: D6, AD and B3. RGB value is (214,173,179). Sum of RGB (Red+Green+Blue) = 214+173+179=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADB3 is #29524C. Grayscale: #B9B9B9. Windows color (decimal): -2708045 or 11775446. OLE color: 11775446.

HSL color Cylindrical-coordinate representation of color #D6ADB3: hue angle of 351.22º 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 #D6ADB3 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 179 -
CMYK 0 0.19 0.16 0.16
HSL 351.22º 0.33% 0.76% -
HSV(B) 351.22º 0.19% 0.84% -
XYZ 50.81 47.44 49.13 -
YUV 185.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 214 173 179 0 0.19 0.16 0.16 351.22 0.33 0.76
Hex D6 AD B3 0 13 10 10 15F 21 4C
Octal 326 255 263 0 23 20 20 537 41 114
Binary 11010110 10101101 10110011 0 10011 10000 10000 101011111 100001 1001100

Color Harmonies of #D6ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADB3

Black with #D6ADB3

Text Example


Text Example

White with #D6ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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