#EBCED3

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

Shades of Pale Rose #EBCED3

Tints of Pale Rose #EBCED3

Color information

#EBCED3 (or 0xEBCED3) is unknown color: approx Pale Rose. HEX triplet: EB, CE and D3. RGB value is (235,206,211). Sum of RGB (Red+Green+Blue) = 235+206+211=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED3 is #14312C. Grayscale: #D7D7D7. Windows color (decimal): -1323309 or 13881067. OLE color: 13881067.

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

Color convert

RGB235206211-
CMYK00.120.100.08
HSL349.66º42.03%86.47%-
HSV(B)349.66º12.34%92.16%-
XYZ68.0966.5170.88-
YUV215.24125.61142.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=36.04%
G=31.60%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520621100.120.100.08349.6642.0386.47
HexEBCED30CA815e2a56
Octal353316323014121053652126
Binary11101011110011101101001101100101010001010111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCED3; }

 p { color: rgb(235,206,211); }

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

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

 a { background-color: rgb(235,206,211); }

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

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

 span { border-color: rgb(235,206,211); }

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