#EBCDDF

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

Shades of Classic Rose #EBCDDF

Tints of Classic Rose #EBCDDF

Color information

#EBCDDF (or 0xEBCDDF) is unknown color: approx Classic Rose. HEX triplet: EB, CD and DF. RGB value is (235,205,223). Sum of RGB (Red+Green+Blue) = 235+205+223=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDF is #143220. Grayscale: #D7D7D7. Windows color (decimal): -1323553 or 14667243. OLE color: 14667243.

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

Color convert

RGB235205223-
CMYK00.130.050.08
HSL324º42.86%86.27%-
HSV(B)324º12.77%92.16%-
XYZ69.4166.6579.02-
YUV216.02131.94141.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 223 (87.5% from 255) = 33.63%
R=35.44%
G=30.92%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520522300.130.050.0832442.8686.27
HexEBCDDF0D581442b56
Octal35331533701551050453126
Binary1110101111001101110111110110110110001010001001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDDF; }

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

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

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

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

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

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

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

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