Html Css Color HEX #EDF1FC Solitude

📋 copy color: '#EDF1FC'

red 237 ◦ green 241 ◦ blue 252

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

Shades of Solitude #EDF1FC

Tints of Solitude #EDF1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 34.52%

R = 32.47%
G = 33.01%
B = 34.52%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDF1FC (or 0xEDF1FC) is known color: Solitude. HEX triplet: ED, F1 and FC. RGB value is (237,241,252). Sum of RGB (Red+Green+Blue) = 237+241+252=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1FC is #120E03. Grayscale: #F1F1F1. Windows color (decimal): -1183236 or 16577005. OLE color: 16577005.

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

Color convert

RGB 237 241 252 -
CMYK 0.06 0.04 0 0.01
HSL 224º 0.71% 0.96% -
HSV(B) 224º 0.06% 0.99% -
XYZ 83.95 87.94 104.65 -
YUV 241.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 237 241 252 0.06 0.04 0 0.01 224 0.71 0.96
Hex ED F1 FC 6 4 0 1 E0 47 60
Octal 355 361 374 6 4 0 1 340 107 140
Binary 11101101 11110001 11111100 110 100 0 1 11100000 1000111 1100000

Color Harmonies of #EDF1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1FC

Black with #EDF1FC

Text Example


Text Example

White with #EDF1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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