#ECCFE1

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

Shades of Classic Rose #ECCFE1

Tints of Classic Rose #ECCFE1

Color information

#ECCFE1 (or 0xECCFE1) is unknown color: approx Classic Rose. HEX triplet: EC, CF and E1. RGB value is (236,207,225). Sum of RGB (Red+Green+Blue) = 236+207+225=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFE1 is #13301E. Grayscale: #D9D9D9. Windows color (decimal): -1257503 or 14798828. OLE color: 14798828.

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

Color convert

RGB236207225-
CMYK00.120.050.07
HSL322.76º43.28%86.86%-
HSV(B)322.76º12.29%92.55%-
XYZ70.567.8980.62-
YUV217.72132.11141.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=35.33%
G=30.99%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620722500.120.050.07322.7643.2886.86
HexECCFE10C571432b57
Octal3543173410145750353127
Binary111011001100111111100001011001011111010000111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFE1; }

 p { color: rgb(236,207,225); }

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

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

 a { background-color: rgb(236,207,225); }

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

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

 span { border-color: rgb(236,207,225); }

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