#E6BDBE

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

Shades of Blossom #E6BDBE

Tints of Blossom #E6BDBE

Color information

#E6BDBE (or 0xE6BDBE) is unknown color: approx Blossom. HEX triplet: E6, BD and BE. RGB value is (230,189,190). Sum of RGB (Red+Green+Blue) = 230+189+190=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDBE is #194241. Grayscale: #C9C9C9. Windows color (decimal): -1655362 or 12500454. OLE color: 12500454.

HSL color Cylindrical-coordinate representation of color #E6BDBE: hue angle of 358.54º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDBE is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230189190-
CMYK00.180.170.10
HSL358.54º45.05%82.16%-
HSV(B)358.54º17.83%90.2%-
XYZ60.1256.9456.54-
YUV201.37121.58148.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=37.77%
G=31.03%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018919000.180.170.10358.5445.0582.16
HexE6BDBE01211A1672d52
Octal346275276022211254755122
Binary1110011010111101101111100100101000110101011001111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDBE; }

 p { color: rgb(230,189,190); }

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

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

 a { background-color: rgb(230,189,190); }

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

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

 span { border-color: rgb(230,189,190); }

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