Html Css Color HEX #ECDEF0 Selago

📋 copy color: '#ECDEF0'

red 236 ◦ green 222 ◦ blue 240

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

Shades of Selago #ECDEF0

Tints of Selago #ECDEF0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.81%

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

R = 33.81%
G = 31.81%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECDEF0 (or 0xECDEF0) is known color: Selago. HEX triplet: EC, DE and F0. RGB value is (236,222,240). Sum of RGB (Red+Green+Blue) = 236+222+240=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEF0 is #13210F. Grayscale: #E4E4E4. Windows color (decimal): -1253648 or 15785708. OLE color: 15785708.

HSL color Cylindrical-coordinate representation of color #ECDEF0: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDEF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 222 240 -
CMYK 0.02 0.08 0 0.06
HSL 286.67º 0.38% 0.91% -
HSV(B) 286.67º 0.07% 0.94% -
XYZ 76.44 76.37 93.15 -
YUV 228.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 236 222 240 0.02 0.08 0 0.06 286.67 0.38 0.91
Hex EC DE F0 2 8 0 6 11F 26 5B
Octal 354 336 360 2 10 0 6 437 46 133
Binary 11101100 11011110 11110000 10 1000 0 110 100011111 100110 1011011

Color Harmonies of #ECDEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDEF0

Black with #ECDEF0

Text Example


Text Example

White with #ECDEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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