Html Css Color HEX #E6EDFD Solitude

📋 copy color: '#E6EDFD'

red 230 ◦ green 237 ◦ blue 253

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

Shades of Solitude #E6EDFD

Tints of Solitude #E6EDFD

RGB

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

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

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

R = 31.94%
G = 32.92%
B = 35.14%

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

#E6EDFD (or 0xE6EDFD) is known color: Solitude. HEX triplet: E6, ED and FD. RGB value is (230,237,253). Sum of RGB (Red+Green+Blue) = 230+237+253=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFD is #191202. Grayscale: #ECECEC. Windows color (decimal): -1643011 or 16641510. OLE color: 16641510.

HSL color Cylindrical-coordinate representation of color #E6EDFD: hue angle of 221.74º 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 #E6EDFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 237 253 -
CMYK 0.09 0.06 0 0.01
HSL 221.74º 0.85% 0.95% -
HSV(B) 221.74º 0.09% 0.99% -
XYZ 80.65 84.48 104.98 -
YUV 236.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 230 237 253 0.09 0.06 0 0.01 221.74 0.85 0.95
Hex E6 ED FD 9 6 0 1 DE 55 5F
Octal 346 355 375 11 6 0 1 336 125 137
Binary 11100110 11101101 11111101 1001 110 0 1 11011110 1010101 1011111

Color Harmonies of #E6EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EDFD

Black with #E6EDFD

Text Example


Text Example

White with #E6EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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