#EBCFD0

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

Shades of Pale Rose #EBCFD0

Tints of Pale Rose #EBCFD0

Color information

#EBCFD0 (or 0xEBCFD0) is unknown color: approx Pale Rose. HEX triplet: EB, CF and D0. RGB value is (235,207,208). Sum of RGB (Red+Green+Blue) = 235+207+208=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFD0 is #14302F. Grayscale: #D7D7D7. Windows color (decimal): -1323056 or 13684715. OLE color: 13684715.

HSL color Cylindrical-coordinate representation of color #EBCFD0: hue angle of 357.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFD0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235207208-
CMYK00.120.110.08
HSL357.86º41.18%86.67%-
HSV(B)357.86º11.91%92.16%-
XYZ67.9666.8468.99-
YUV215.49123.78141.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 208 (81.64% from 255) = 32%
R=36.15%
G=31.85%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520720800.120.110.08357.8641.1886.67
HexEBCFD00CB81662957
Octal353317320014131054651127
Binary11101011110011111101000001100101110001011001101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFD0; }

 p { color: rgb(235,207,208); }

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

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

 a { background-color: rgb(235,207,208); }

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

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

 span { border-color: rgb(235,207,208); }

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