Html Css Color HEX #E7EDFF Solitude

📋 copy color: '#E7EDFF'

red 231 ◦ green 237 ◦ blue 255

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

Shades of Solitude #E7EDFF

Tints of Solitude #E7EDFF

RGB

 RED value IS 231 (90.63% from 255) = 31.95%

 GREEN value IS 237 (92.97% from 255) = 32.78%

 BLUE value IS 255 (100% from 255) = 35.27%

R = 31.95%
G = 32.78%
B = 35.27%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E7EDFF (or 0xE7EDFF) is known color: Solitude. HEX triplet: E7, ED and FF. RGB value is (231,237,255). Sum of RGB (Red+Green+Blue) = 231+237+255=723 (95% of max value = 765). Red value is 231 (90.62% from 255 or 31.95% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDFF is #181200. Grayscale: #EDEDED. Windows color (decimal): -1577473 or 16772583. OLE color: 16772583.

HSL color Cylindrical-coordinate representation of color #E7EDFF: hue angle of 225º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7EDFF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 237 255 -
CMYK 0.09 0.07 0 0
HSL 225º 1% 0.95% -
HSV(B) 225º 0.09% 1% -
XYZ 81.29 84.78 106.69 -
YUV 237.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 231 237 255 0.09 0.07 0 0 225 1 0.95
Hex E7 ED FF 9 7 0 0 E1 64 5F
Octal 347 355 377 11 7 0 0 341 144 137
Binary 11100111 11101101 11111111 1001 111 0 0 11100001 1100100 1011111

Color Harmonies of #E7EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7EDFF

Black with #E7EDFF

Text Example


Text Example

White with #E7EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7EDFF; }

 p { color: rgb(231,237,255); }

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

background-color css

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

 a { background-color: rgb(231,237,255); }

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

border-color css

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

 span { border-color: rgb(231,237,255); }

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