Html Css Color HEX #E6EDFF Solitude

📋 copy color: '#E6EDFF'

red 230 ◦ green 237 ◦ blue 255

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

Shades of Solitude #E6EDFF

Tints of Solitude #E6EDFF

RGB

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

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

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

R = 31.86%
G = 32.83%
B = 35.32%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6EDFF (or 0xE6EDFF) is known color: Solitude. HEX triplet: E6, ED and FF. RGB value is (230,237,255). Sum of RGB (Red+Green+Blue) = 230+237+255=722 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.86% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFF is #191200. Grayscale: #ECECEC. Windows color (decimal): -1643009 or 16772582. OLE color: 16772582.

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

Color convert

RGB 230 237 255 -
CMYK 0.10 0.07 0 0
HSL 223.2º 1% 0.95% -
HSV(B) 223.2º 0.1% 1% -
XYZ 80.97 84.61 106.67 -
YUV 236.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 230 237 255 0.10 0.07 0 0 223.2 1 0.95
Hex E6 ED FF A 7 0 0 DF 64 5F
Octal 346 355 377 12 7 0 0 337 144 137
Binary 11100110 11101101 11111111 1010 111 0 0 11011111 1100100 1011111

Color Harmonies of #E6EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDFF

Black with #E6EDFF

Text Example


Text Example

White with #E6EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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