Html Css Color HEX #E6EFFD Solitude

📋 copy color: '#E6EFFD'

red 230 ◦ green 239 ◦ blue 253

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

Shades of Solitude #E6EFFD

Tints of Solitude #E6EFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.04%

R = 31.86%
G = 33.1%
B = 35.04%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6EFFD (or 0xE6EFFD) is known color: Solitude. HEX triplet: E6, EF and FD. RGB value is (230,239,253). Sum of RGB (Red+Green+Blue) = 230+239+253=722 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.86% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6EFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFFD is #191002. Grayscale: #EDEDED. Windows color (decimal): -1642499 or 16642022. OLE color: 16642022.

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

Color convert

RGB 230 239 253 -
CMYK 0.09 0.06 0 0.01
HSL 216.52º 0.85% 0.95% -
HSV(B) 216.52º 0.09% 0.99% -
XYZ 81.23 85.65 105.18 -
YUV 237.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 230 239 253 0.09 0.06 0 0.01 216.52 0.85 0.95
Hex E6 EF FD 9 6 0 1 D9 55 5F
Octal 346 357 375 11 6 0 1 331 125 137
Binary 11100110 11101111 11111101 1001 110 0 1 11011001 1010101 1011111

Color Harmonies of #E6EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EFFD

Black with #E6EFFD

Text Example


Text Example

White with #E6EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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