#EBCCD1

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

Shades of Pale Rose #EBCCD1

Tints of Pale Rose #EBCCD1

Color information

#EBCCD1 (or 0xEBCCD1) is unknown color: approx Pale Rose. HEX triplet: EB, CC and D1. RGB value is (235,204,209). Sum of RGB (Red+Green+Blue) = 235+204+209=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD1 is #14332E. Grayscale: #D5D5D5. Windows color (decimal): -1323823 or 13749483. OLE color: 13749483.

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

Color convert

RGB235204209-
CMYK00.130.110.08
HSL350.32º43.66%86.08%-
HSV(B)350.32º13.19%92.16%-
XYZ67.3665.4569.4-
YUV213.84125.27143.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=36.27%
G=31.48%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520420900.130.110.08350.3243.6686.08
HexEBCCD10DB815e2c56
Octal353314321015131053654126
Binary11101011110011001101000101101101110001010111101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCD1; }

 p { color: rgb(235,204,209); }

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

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

 a { background-color: rgb(235,204,209); }

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

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

 span { border-color: rgb(235,204,209); }

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