Html Css Color HEX #ECE1ED Selago

📋 copy color: '#ECE1ED'

red 236 ◦ green 225 ◦ blue 237

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

Shades of Selago #ECE1ED

Tints of Selago #ECE1ED

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.23%

 BLUE value IS 237 (92.97% from 255) = 33.95%

R = 33.81%
G = 32.23%
B = 33.95%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECE1ED (or 0xECE1ED) is known color: Selago. HEX triplet: EC, E1 and ED. RGB value is (236,225,237). Sum of RGB (Red+Green+Blue) = 236+225+237=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECE1ED is #131E12. Grayscale: #E5E5E5. Windows color (decimal): -1252883 or 15589868. OLE color: 15589868.

HSL color Cylindrical-coordinate representation of color #ECE1ED: hue angle of 295º degrees, saturation: 0.25, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECE1ED is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 237 -
CMYK 0.00 0.05 0 0.07
HSL 295º 0.25% 0.91% -
HSV(B) 295º 0.05% 0.93% -
XYZ 76.8 77.8 91.09 -
YUV 229.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 236 225 237 0.00 0.05 0 0.07 295 0.25 0.91
Hex EC E1 ED 0 5 0 7 127 19 5B
Octal 354 341 355 0 5 0 7 447 31 133
Binary 11101100 11100001 11101101 0 101 0 111 100100111 11001 1011011

Color Harmonies of #ECE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1ED

Black with #ECE1ED

Text Example


Text Example

White with #ECE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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