#E0CFCC

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

Shades of Ebb #E0CFCC

Tints of Ebb #E0CFCC

Color information

#E0CFCC (or 0xE0CFCC) is unknown color: approx Ebb. HEX triplet: E0, CF and CC. RGB value is (224,207,204). Sum of RGB (Red+Green+Blue) = 224+207+204=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFCC is #1F3033. Grayscale: #D3D3D3. Windows color (decimal): -2043956 or 13422560. OLE color: 13422560.

HSL color Cylindrical-coordinate representation of color #E0CFCC: hue angle of 9º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CFCC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224207204-
CMYK00.080.090.12
HSL24.39%83.92%-
HSV(B)8.93%87.84%-
XYZ63.9564.8366.27-
YUV211.74123.63136.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=35.28%
G=32.60%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420720400.080.090.12924.3983.92
HexE0CFCC089C91854
Octal34031731401011141130124
Binary11100000110011111100110001000100111001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFCC; }

 p { color: rgb(224,207,204); }

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

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

 a { background-color: rgb(224,207,204); }

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

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

 span { border-color: rgb(224,207,204); }

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