Html Css Color HEX #EDF1FE Solitude

📋 copy color: '#EDF1FE'

red 237 ◦ green 241 ◦ blue 254

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

Shades of Solitude #EDF1FE

Tints of Solitude #EDF1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 32.92%

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

R = 32.38%
G = 32.92%
B = 34.7%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDF1FE (or 0xEDF1FE) is known color: Solitude. HEX triplet: ED, F1 and FE. RGB value is (237,241,254). Sum of RGB (Red+Green+Blue) = 237+241+254=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1FE is #120E01. Grayscale: #F1F1F1. Windows color (decimal): -1183234 or 16708077. OLE color: 16708077.

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

Color convert

RGB 237 241 254 -
CMYK 0.07 0.05 0 0.00
HSL 225.88º 0.89% 0.96% -
HSV(B) 225.88º 0.07% 1% -
XYZ 84.27 88.07 106.32 -
YUV 241.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 237 241 254 0.07 0.05 0 0.00 225.88 0.89 0.96
Hex ED F1 FE 7 5 0 0 E2 59 60
Octal 355 361 376 7 5 0 0 342 131 140
Binary 11101101 11110001 11111110 111 101 0 0 11100010 1011001 1100000

Color Harmonies of #EDF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1FE

Black with #EDF1FE

Text Example


Text Example

White with #EDF1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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