#ECCEE1

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

Shades of Classic Rose #ECCEE1

Tints of Classic Rose #ECCEE1

Color information

#ECCEE1 (or 0xECCEE1) is unknown color: approx Classic Rose. HEX triplet: EC, CE and E1. RGB value is (236,206,225). Sum of RGB (Red+Green+Blue) = 236+206+225=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEE1 is #13311E. Grayscale: #D9D9D9. Windows color (decimal): -1257759 or 14798572. OLE color: 14798572.

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

Color convert

RGB236206225-
CMYK00.130.050.07
HSL322º44.12%86.67%-
HSV(B)322º12.71%92.55%-
XYZ70.2567.4180.54-
YUV217.14132.44141.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 206 (80.86% from 255) = 30.88%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=35.38%
G=30.88%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620622500.130.050.0732244.1286.67
HexECCEE10D571422c57
Octal3543163410155750254127
Binary111011001100111011100001011011011111010000101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEE1; }

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

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

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

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

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

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

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

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