Html Css Color HEX #D6ACB2 Blossom

📋 copy color: '#D6ACB2'

red 214 ◦ green 172 ◦ blue 178

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

Shades of Blossom #D6ACB2

Tints of Blossom #D6ACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

 BLUE value IS 178 (69.92% from 255) = 31.56%

R = 37.94%
G = 30.5%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6ACB2 (or 0xD6ACB2) is known color: Blossom. HEX triplet: D6, AC and B2. RGB value is (214,172,178). Sum of RGB (Red+Green+Blue) = 214+172+178=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ACB2 is #29534D. Grayscale: #B9B9B9. Windows color (decimal): -2708302 or 11709654. OLE color: 11709654.

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

Color convert

RGB 214 172 178 -
CMYK 0 0.20 0.17 0.16
HSL 351.43º 0.34% 0.76% -
HSV(B) 351.43º 0.2% 0.84% -
XYZ 50.52 47.02 48.53 -
YUV 185.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 214 172 178 0 0.20 0.17 0.16 351.43 0.34 0.76
Hex D6 AC B2 0 14 11 10 15F 22 4C
Octal 326 254 262 0 24 21 20 537 42 114
Binary 11010110 10101100 10110010 0 10100 10001 10000 101011111 100010 1001100

Color Harmonies of #D6ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACB2

Black with #D6ACB2

Text Example


Text Example

White with #D6ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACB2; }

 p { color: rgb(214,172,178); }

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

background-color css

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

 a { background-color: rgb(214,172,178); }

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

border-color css

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

 span { border-color: rgb(214,172,178); }

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