#D5AEB6

Color #D5AEB6 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #D5AEB6

Tints of Blossom #D5AEB6

Color information

#D5AEB6 (or 0xD5AEB6) is unknown color: approx Blossom. HEX triplet: D5, AE and B6. RGB value is (213,174,182). Sum of RGB (Red+Green+Blue) = 213+174+182=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEB6 is #2A5149. Grayscale: #BABABA. Windows color (decimal): -2773322 or 11972309. OLE color: 11972309.

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

Color convert

RGB213174182-
CMYK00.180.150.16
HSL347.69º31.71%75.88%-
HSV(B)347.69º18.31%83.53%-
XYZ51.0247.850.79-
YUV186.57125.42146.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=37.43%
G=30.58%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317418200.180.150.16347.6931.7175.88
HexD5AEB6012F1015c204c
Octal325256266022172053440114
Binary1101010110101110101101100100101111100001010111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEB6; }

 p { color: rgb(213,174,182); }

 H1.HeaderClassName
 {
   color: #D5AEB6;
 }
 .AnyTagClassName
 {
   color: #D5AEB6;
 }
</style>
background-color css

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

 a { background-color: rgb(213,174,182); }

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

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

 span { border-color: rgb(213,174,182); }

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