Html Css Color HEX #E6EFFA Solitude

📋 copy color: '#E6EFFA'

red 230 ◦ green 239 ◦ blue 250

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

Shades of Solitude #E6EFFA

Tints of Solitude #E6EFFA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.24%

 BLUE value IS 250 (98.05% from 255) = 34.77%

R = 31.99%
G = 33.24%
B = 34.77%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6EFFA (or 0xE6EFFA) is known color: Solitude. HEX triplet: E6, EF and FA. RGB value is (230,239,250). Sum of RGB (Red+Green+Blue) = 230+239+250=719 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.99% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6EFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFFA is #191005. Grayscale: #EDEDED. Windows color (decimal): -1642502 or 16445414. OLE color: 16445414.

HSL color Cylindrical-coordinate representation of color #E6EFFA: hue angle of 213º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EFFA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 239 250 -
CMYK 0.08 0.04 0 0.02
HSL 213º 0.67% 0.94% -
HSV(B) 213º 0.08% 0.98% -
XYZ 80.75 85.46 102.68 -
YUV 237.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 230 239 250 0.08 0.04 0 0.02 213 0.67 0.94
Hex E6 EF FA 8 4 0 2 D5 43 5E
Octal 346 357 372 10 4 0 2 325 103 136
Binary 11100110 11101111 11111010 1000 100 0 10 11010101 1000011 1011110

Color Harmonies of #E6EFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EFFA

Black with #E6EFFA

Text Example


Text Example

White with #E6EFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EFFA; }

 p { color: rgb(230,239,250); }

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

background-color css

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

 a { background-color: rgb(230,239,250); }

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

border-color css

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

 span { border-color: rgb(230,239,250); }

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