#ECCDE2

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

Shades of Classic Rose #ECCDE2

Tints of Classic Rose #ECCDE2

Color information

#ECCDE2 (or 0xECCDE2) is unknown color: approx Classic Rose. HEX triplet: EC, CD and E2. RGB value is (236,205,226). Sum of RGB (Red+Green+Blue) = 236+205+226=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDE2 is #13321D. Grayscale: #D8D8D8. Windows color (decimal): -1258014 or 14863852. OLE color: 14863852.

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

Color convert

RGB236205226-
CMYK00.130.040.07
HSL319.35º44.93%86.47%-
HSV(B)319.35º13.14%92.55%-
XYZ70.1566.9981.18-
YUV216.66133.27141.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 226 (88.67% from 255) = 33.88%
R=35.38%
G=30.73%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620522600.130.040.07319.3544.9386.47
HexECCDE20D4713f2d56
Octal3543153420154747755126
Binary111011001100110111100010011011001111001111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDE2; }

 p { color: rgb(236,205,226); }

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

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

 a { background-color: rgb(236,205,226); }

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

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

 span { border-color: rgb(236,205,226); }

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