Html Css Color HEX #ECD9F0 Selago

📋 copy color: '#ECD9F0'

red 236 ◦ green 217 ◦ blue 240

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

Shades of Selago #ECD9F0

Tints of Selago #ECD9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.31%

 BLUE value IS 240 (94.14% from 255) = 34.63%

R = 34.05%
G = 31.31%
B = 34.63%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECD9F0 (or 0xECD9F0) is known color: Selago. HEX triplet: EC, D9 and F0. RGB value is (236,217,240). Sum of RGB (Red+Green+Blue) = 236+217+240=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECD9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9F0 is #13260F. Grayscale: #E1E1E1. Windows color (decimal): -1254928 or 15784428. OLE color: 15784428.

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

Color convert

RGB 236 217 240 -
CMYK 0.02 0.10 0 0.06
HSL 289.57º 0.43% 0.9% -
HSV(B) 289.57º 0.1% 0.94% -
XYZ 75.13 73.75 92.71 -
YUV 225.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 236 217 240 0.02 0.10 0 0.06 289.57 0.43 0.9
Hex EC D9 F0 2 A 0 6 122 2B 5A
Octal 354 331 360 2 12 0 6 442 53 132
Binary 11101100 11011001 11110000 10 1010 0 110 100100010 101011 1011010

Color Harmonies of #ECD9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD9F0

Black with #ECD9F0

Text Example


Text Example

White with #ECD9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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