#EBCCCD

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

Shades of Pale Rose #EBCCCD

Tints of Pale Rose #EBCCCD

Color information

#EBCCCD (or 0xEBCCCD) is unknown color: approx Pale Rose. HEX triplet: EB, CC and CD. RGB value is (235,204,205). Sum of RGB (Red+Green+Blue) = 235+204+205=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCCD is #143332. Grayscale: #D5D5D5. Windows color (decimal): -1323827 or 13487339. OLE color: 13487339.

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

Color convert

RGB235204205-
CMYK00.130.130.08
HSL358.06º43.66%86.08%-
HSV(B)358.06º13.19%92.16%-
XYZ66.8765.2666.83-
YUV213.38123.27143.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=36.49%
G=31.68%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520420500.130.130.08358.0643.6686.08
HexEBCCCD0DD81662c56
Octal353314315015151054654126
Binary11101011110011001100110101101110110001011001101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCCD; }

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

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

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

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

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

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

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

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