Html Css Color HEX #E6BEC1 Blossom

📋 copy color: '#E6BEC1'

red 230 ◦ green 190 ◦ blue 193

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

Shades of Blossom #E6BEC1

Tints of Blossom #E6BEC1

RGB

 RED value IS 230 (90.23% from 255) = 37.52%

 GREEN value IS 190 (74.61% from 255) = 31%

 BLUE value IS 193 (75.78% from 255) = 31.48%

R = 37.52%
G = 31%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E6BEC1 (or 0xE6BEC1) is known color: Blossom. HEX triplet: E6, BE and C1. RGB value is (230,190,193). Sum of RGB (Red+Green+Blue) = 230+190+193=613 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.52% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEC1 is #19413E. Grayscale: #CACACA. Windows color (decimal): -1655103 or 12697318. OLE color: 12697318.

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

Color convert

RGB 230 190 193 -
CMYK 0 0.17 0.16 0.10
HSL 355.5º 0.44% 0.82% -
HSV(B) 355.5º 0.17% 0.9% -
XYZ 60.67 57.5 58.35 -
YUV 202.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 230 190 193 0 0.17 0.16 0.10 355.5 0.44 0.82
Hex E6 BE C1 0 11 10 A 164 2C 52
Octal 346 276 301 0 21 20 12 544 54 122
Binary 11100110 10111110 11000001 0 10001 10000 1010 101100100 101100 1010010

Color Harmonies of #E6BEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BEC1

Black with #E6BEC1

Text Example


Text Example

White with #E6BEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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