#ECDFEE

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

Shades of Selago #ECDFEE

Tints of Selago #ECDFEE

Color information

#ECDFEE (or 0xECDFEE) is unknown color: approx Selago. HEX triplet: EC, DF and EE. RGB value is (236,223,238). Sum of RGB (Red+Green+Blue) = 236+223+238=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFEE is #132011. Grayscale: #E4E4E4. Windows color (decimal): -1253394 or 15654892. OLE color: 15654892.

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

Color convert

RGB236223238-
CMYK0.010.0600.07
HSL292º30.61%90.39%-
HSV(B)292º6.3%93.33%-
XYZ76.4176.7891.68-
YUV228.6133.31133.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=33.86%
G=31.99%
B=34.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362232380.010.0600.0729230.6190.39
HexECDFEE16071241f5a
Octal354337356160744437132
Binary11101100110111111110111011100111100100100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFEE; }

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

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

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

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

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

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

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

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