#EBCEDF

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

Shades of Classic Rose #EBCEDF

Tints of Classic Rose #EBCEDF

Color information

#EBCEDF (or 0xEBCEDF) is unknown color: approx Classic Rose. HEX triplet: EB, CE and DF. RGB value is (235,206,223). Sum of RGB (Red+Green+Blue) = 235+206+223=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEDF is #143120. Grayscale: #D8D8D8. Windows color (decimal): -1323297 or 14667499. OLE color: 14667499.

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

Color convert

RGB235206223-
CMYK00.120.050.08
HSL324.83º42.03%86.47%-
HSV(B)324.83º12.34%92.16%-
XYZ69.6567.1379.1-
YUV216.61131.61141.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=35.39%
G=31.02%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520622300.120.050.08324.8342.0386.47
HexEBCEDF0C581452a56
Octal35331633701451050552126
Binary1110101111001110110111110110010110001010001011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEDF; }

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

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

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

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

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

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

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

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