Html Css Color HEX #ECDAEF Selago

📋 copy color: '#ECDAEF'

red 236 ◦ green 218 ◦ blue 239

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

Shades of Selago #ECDAEF

Tints of Selago #ECDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.49%

R = 34.05%
G = 31.46%
B = 34.49%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECDAEF (or 0xECDAEF) is known color: Selago. HEX triplet: EC, DA and EF. RGB value is (236,218,239). Sum of RGB (Red+Green+Blue) = 236+218+239=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECDAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEF is #132510. Grayscale: #E1E1E1. Windows color (decimal): -1254673 or 15719148. OLE color: 15719148.

HSL color Cylindrical-coordinate representation of color #ECDAEF: hue angle of 291.43º degrees, saturation: 0.4, 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 #ECDAEF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 218 239 -
CMYK 0.01 0.09 0 0.06
HSL 291.43º 0.4% 0.9% -
HSV(B) 291.43º 0.09% 0.94% -
XYZ 75.24 74.21 92.02 -
YUV 225.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 236 218 239 0.01 0.09 0 0.06 291.43 0.4 0.9
Hex EC DA EF 1 9 0 6 123 28 5A
Octal 354 332 357 1 11 0 6 443 50 132
Binary 11101100 11011010 11101111 1 1001 0 110 100100011 101000 1011010

Color Harmonies of #ECDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDAEF

Black with #ECDAEF

Text Example


Text Example

White with #ECDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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