Html Css Color HEX #EDF3FE Solitude

📋 copy color: '#EDF3FE'

red 237 ◦ green 243 ◦ blue 254

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

Shades of Solitude #EDF3FE

Tints of Solitude #EDF3FE

RGB

 RED value IS 237 (92.97% from 255) = 32.29%

 GREEN value IS 243 (95.31% from 255) = 33.11%

 BLUE value IS 254 (99.61% from 255) = 34.6%

R = 32.29%
G = 33.11%
B = 34.6%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDF3FE (or 0xEDF3FE) is known color: Solitude. HEX triplet: ED, F3 and FE. RGB value is (237,243,254). Sum of RGB (Red+Green+Blue) = 237+243+254=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 243 (95.31% from 255 or 33.11% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3FE is #120C01. Grayscale: #F2F2F2. Windows color (decimal): -1182722 or 16708589. OLE color: 16708589.

HSL color Cylindrical-coordinate representation of color #EDF3FE: hue angle of 218.82º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF3FE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 243 254 -
CMYK 0.07 0.04 0 0.00
HSL 218.82º 0.89% 0.96% -
HSV(B) 218.82º 0.07% 1% -
XYZ 84.87 89.26 106.52 -
YUV 242.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 237 243 254 0.07 0.04 0 0.00 218.82 0.89 0.96
Hex ED F3 FE 7 4 0 0 DB 59 60
Octal 355 363 376 7 4 0 0 333 131 140
Binary 11101101 11110011 11111110 111 100 0 0 11011011 1011001 1100000

Color Harmonies of #EDF3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3FE

Black with #EDF3FE

Text Example


Text Example

White with #EDF3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3FE; }

 p { color: rgb(237,243,254); }

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

background-color css

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

 a { background-color: rgb(237,243,254); }

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

border-color css

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

 span { border-color: rgb(237,243,254); }

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