#E6CFBB

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

Shades of Pearl Bush #E6CFBB

Tints of Pearl Bush #E6CFBB

Color information

#E6CFBB (or 0xE6CFBB) is unknown color: approx Pearl Bush. HEX triplet: E6, CF and BB. RGB value is (230,207,187). Sum of RGB (Red+Green+Blue) = 230+207+187=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFBB is #193044. Grayscale: #D3D3D3. Windows color (decimal): -1650757 or 12308454. OLE color: 12308454.

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

Color convert

RGB230207187-
CMYK00.100.190.10
HSL27.91º46.24%81.76%-
HSV(B)27.91º18.7%90.2%-
XYZ63.9265.0456.2-
YUV211.6114.12141.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 187 (73.44% from 255) = 29.97%
R=36.86%
G=33.17%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020718700.100.190.1027.9146.2481.76
HexE6CFBB0A13A1c2e52
Octal34631727301223123456122
Binary11100110110011111011101101010100111010111001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFBB; }

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

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

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

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

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

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

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

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