#ECCEDF

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

Shades of Classic Rose #ECCEDF

Tints of Classic Rose #ECCEDF

Color information

#ECCEDF (or 0xECCEDF) is unknown color: approx Classic Rose. HEX triplet: EC, CE and DF. RGB value is (236,206,223). Sum of RGB (Red+Green+Blue) = 236+206+223=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEDF is #133120. Grayscale: #D8D8D8. Windows color (decimal): -1257761 or 14667500. OLE color: 14667500.

HSL color Cylindrical-coordinate representation of color #ECCEDF: hue angle of 326º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCEDF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236206223-
CMYK00.130.060.07
HSL326º44.12%86.67%-
HSV(B)326º12.71%92.55%-
XYZ69.9867.379.11-
YUV216.91131.44141.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=35.49%
G=30.98%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620622300.130.060.0732644.1286.67
HexECCEDF0D671462c57
Octal3543163370156750654127
Binary111011001100111011011111011011101111010001101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEDF; }

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

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

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

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

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

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

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

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