Html Css Color HEX #E6F0FD Solitude

📋 copy color: '#E6F0FD'

red 230 ◦ green 240 ◦ blue 253

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

Shades of Solitude #E6F0FD

Tints of Solitude #E6F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.2%

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

R = 31.81%
G = 33.2%
B = 34.99%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6F0FD (or 0xE6F0FD) is known color: Solitude. HEX triplet: E6, F0 and FD. RGB value is (230,240,253). Sum of RGB (Red+Green+Blue) = 230+240+253=723 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.81% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6F0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0FD is #190F02. Grayscale: #EEEEEE. Windows color (decimal): -1642243 or 16642278. OLE color: 16642278.

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

Color convert

RGB 230 240 253 -
CMYK 0.09 0.05 0 0.01
HSL 213.91º 0.85% 0.95% -
HSV(B) 213.91º 0.09% 0.99% -
XYZ 81.52 86.24 105.28 -
YUV 238.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 230 240 253 0.09 0.05 0 0.01 213.91 0.85 0.95
Hex E6 F0 FD 9 5 0 1 D6 55 5F
Octal 346 360 375 11 5 0 1 326 125 137
Binary 11100110 11110000 11111101 1001 101 0 1 11010110 1010101 1011111

Color Harmonies of #E6F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F0FD

Black with #E6F0FD

Text Example


Text Example

White with #E6F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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