Html Css Color HEX #E6D0BB Pearl Bush

📋 copy color: '#E6D0BB'

red 230 ◦ green 208 ◦ blue 187

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

Shades of Pearl Bush #E6D0BB

Tints of Pearl Bush #E6D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.28%

 BLUE value IS 187 (73.44% from 255) = 29.92%

R = 36.8%
G = 33.28%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6D0BB (or 0xE6D0BB) is known color: Pearl Bush. HEX triplet: E6, D0 and BB. RGB value is (230,208,187). Sum of RGB (Red+Green+Blue) = 230+208+187=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0BB is #192F44. Grayscale: #D4D4D4. Windows color (decimal): -1650501 or 12308710. OLE color: 12308710.

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

Color convert

RGB 230 208 187 -
CMYK 0 0.10 0.19 0.10
HSL 29.3º 0.46% 0.82% -
HSV(B) 29.3º 0.19% 0.9% -
XYZ 64.16 65.52 56.28 -
YUV 212.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 230 208 187 0 0.10 0.19 0.10 29.3 0.46 0.82
Hex E6 D0 BB 0 A 13 A 1D 2E 52
Octal 346 320 273 0 12 23 12 35 56 122
Binary 11100110 11010000 10111011 0 1010 10011 1010 11101 101110 1010010

Color Harmonies of #E6D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D0BB

Black with #E6D0BB

Text Example


Text Example

White with #E6D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D0BB; }

 p { color: rgb(230,208,187); }

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

background-color css

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

 a { background-color: rgb(230,208,187); }

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

border-color css

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

 span { border-color: rgb(230,208,187); }

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