Html Css Color HEX #E6BDBF Blossom

📋 copy color: '#E6BDBF'

red 230 ◦ green 189 ◦ blue 191

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

Shades of Blossom #E6BDBF

Tints of Blossom #E6BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.98%

 BLUE value IS 191 (75% from 255) = 31.31%

R = 37.7%
G = 30.98%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6BDBF (or 0xE6BDBF) is known color: Blossom. HEX triplet: E6, BD and BF. RGB value is (230,189,191). Sum of RGB (Red+Green+Blue) = 230+189+191=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDBF is #194240. Grayscale: #C9C9C9. Windows color (decimal): -1655361 or 12565990. OLE color: 12565990.

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

Color convert

RGB 230 189 191 -
CMYK 0 0.18 0.17 0.10
HSL 357.07º 0.45% 0.82% -
HSV(B) 357.07º 0.18% 0.9% -
XYZ 60.23 56.98 57.11 -
YUV 201.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 230 189 191 0 0.18 0.17 0.10 357.07 0.45 0.82
Hex E6 BD BF 0 12 11 A 165 2D 52
Octal 346 275 277 0 22 21 12 545 55 122
Binary 11100110 10111101 10111111 0 10010 10001 1010 101100101 101101 1010010

Color Harmonies of #E6BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDBF

Black with #E6BDBF

Text Example


Text Example

White with #E6BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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