#E6BDC0

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

Shades of Blossom #E6BDC0

Tints of Blossom #E6BDC0

Color information

#E6BDC0 (or 0xE6BDC0) is unknown color: approx Blossom. HEX triplet: E6, BD and C0. RGB value is (230,189,192). Sum of RGB (Red+Green+Blue) = 230+189+192=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDC0 is #19423F. Grayscale: #C9C9C9. Windows color (decimal): -1655360 or 12631526. OLE color: 12631526.

HSL color Cylindrical-coordinate representation of color #E6BDC0: hue angle of 355.61º 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 #E6BDC0 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230189192-
CMYK00.180.170.10
HSL355.61º45.05%82.16%-
HSV(B)355.61º17.83%90.2%-
XYZ60.3557.0257.7-
YUV201.6122.58148.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 192 (75.39% from 255) = 31.42%
R=37.64%
G=30.93%
B=31.42%

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
Decimal23018919200.180.170.10355.6145.0582.16
HexE6BDC001211A1642d52
Octal346275300022211254455122
Binary1110011010111101110000000100101000110101011001001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDC0; }

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

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

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

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

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

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

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

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