#ECDAF0

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

Shades of Selago #ECDAF0

Tints of Selago #ECDAF0

Color information

#ECDAF0 (or 0xECDAF0) is unknown color: approx Selago. HEX triplet: EC, DA and F0. RGB value is (236,218,240). Sum of RGB (Red+Green+Blue) = 236+218+240=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAF0 is #13250F. Grayscale: #E1E1E1. Windows color (decimal): -1254672 or 15784684. OLE color: 15784684.

HSL color Cylindrical-coordinate representation of color #ECDAF0: hue angle of 289.09º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECDAF0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236218240-
CMYK0.020.0900.06
HSL289.09º42.31%89.8%-
HSV(B)289.09º9.17%94.12%-
XYZ75.3974.2792.8-
YUV225.89135.96135.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.01%
GREEN value IS 218 (85.55% from 255) = 31.41%
BLUE value IS 240 (94.14% from 255) = 34.58%
R=34.01%
G=31.41%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362182400.020.0900.06289.0942.3189.8
HexECDAF029061212a5a
Octal3543323602110644152132
Binary11101100110110101111000010100101101001000011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDAF0; }

 p { color: rgb(236,218,240); }

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

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

 a { background-color: rgb(236,218,240); }

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

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

 span { border-color: rgb(236,218,240); }

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