Html Css Color HEX #E6ECF5 Solitude

📋 copy color: '#E6ECF5'

red 230 ◦ green 236 ◦ blue 245

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

Shades of Solitude #E6ECF5

Tints of Solitude #E6ECF5

RGB

 RED value IS 230 (90.23% from 255) = 32.35%

 GREEN value IS 236 (92.58% from 255) = 33.19%

 BLUE value IS 245 (96.09% from 255) = 34.46%

R = 32.35%
G = 33.19%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E6ECF5 (or 0xE6ECF5) is known color: Solitude. HEX triplet: E6, EC and F5. RGB value is (230,236,245). Sum of RGB (Red+Green+Blue) = 230+236+245=711 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.35% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6ECF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECF5 is #19130A. Grayscale: #EBEBEB. Windows color (decimal): -1643275 or 16116966. OLE color: 16116966.

HSL color Cylindrical-coordinate representation of color #E6ECF5: hue angle of 216º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6ECF5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 236 245 -
CMYK 0.06 0.04 0 0.04
HSL 216º 0.43% 0.93% -
HSV(B) 216º 0.06% 0.96% -
XYZ 79.11 83.41 98.32 -
YUV 235.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 230 236 245 0.06 0.04 0 0.04 216 0.43 0.93
Hex E6 EC F5 6 4 0 4 D8 2B 5D
Octal 346 354 365 6 4 0 4 330 53 135
Binary 11100110 11101100 11110101 110 100 0 100 11011000 101011 1011101

Color Harmonies of #E6ECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ECF5

Black with #E6ECF5

Text Example


Text Example

White with #E6ECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ECF5; }

 p { color: rgb(230,236,245); }

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

background-color css

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

 a { background-color: rgb(230,236,245); }

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

border-color css

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

 span { border-color: rgb(230,236,245); }

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