Html Css Color HEX #ECDAEE Selago

📋 copy color: '#ECDAEE'

red 236 ◦ green 218 ◦ blue 238

#ECDAEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #ECDAEE

Tints of Selago #ECDAEE

RGB

 RED value IS 236 (92.58% from 255) = 34.1%

 GREEN value IS 218 (85.55% from 255) = 31.5%

 BLUE value IS 238 (93.36% from 255) = 34.39%

R = 34.1%
G = 31.5%
B = 34.39%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECDAEE (or 0xECDAEE) is known color: Selago. HEX triplet: EC, DA and EE. RGB value is (236,218,238). Sum of RGB (Red+Green+Blue) = 236+218+238=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEE is #132511. Grayscale: #E1E1E1. Windows color (decimal): -1254674 or 15653612. OLE color: 15653612.

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

Color convert

RGB 236 218 238 -
CMYK 0.01 0.08 0 0.07
HSL 294º 0.37% 0.89% -
HSV(B) 294º 0.08% 0.93% -
XYZ 75.1 74.15 91.24 -
YUV 225.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 236 218 238 0.01 0.08 0 0.07 294 0.37 0.89
Hex EC DA EE 1 8 0 7 126 25 59
Octal 354 332 356 1 10 0 7 446 45 131
Binary 11101100 11011010 11101110 1 1000 0 111 100100110 100101 1011001

Color Harmonies of #ECDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAEE

Black with #ECDAEE

Text Example


Text Example

White with #ECDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAEE; }

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

 H1.HeaderClassName
 {
   color: #ECDAEE;
 }
 .AnyTagClassName
 {
   color: #ECDAEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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