Html Css Color HEX #EDF2FB Solitude

📋 copy color: '#EDF2FB'

red 237 ◦ green 242 ◦ blue 251

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

Shades of Solitude #EDF2FB

Tints of Solitude #EDF2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.15%

 BLUE value IS 251 (98.44% from 255) = 34.38%

R = 32.47%
G = 33.15%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF2FB (or 0xEDF2FB) is known color: Solitude. HEX triplet: ED, F2 and FB. RGB value is (237,242,251). Sum of RGB (Red+Green+Blue) = 237+242+251=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FB is #120D04. Grayscale: #F1F1F1. Windows color (decimal): -1182981 or 16511725. OLE color: 16511725.

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

Color convert

RGB 237 242 251 -
CMYK 0.06 0.04 0 0.02
HSL 218.57º 0.64% 0.96% -
HSV(B) 218.57º 0.06% 0.98% -
XYZ 84.09 88.47 103.91 -
YUV 241.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 237 242 251 0.06 0.04 0 0.02 218.57 0.64 0.96
Hex ED F2 FB 6 4 0 2 DB 40 60
Octal 355 362 373 6 4 0 2 333 100 140
Binary 11101101 11110010 11111011 110 100 0 10 11011011 1000000 1100000

Color Harmonies of #EDF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2FB

Black with #EDF2FB

Text Example


Text Example

White with #EDF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2FB; }

 p { color: rgb(237,242,251); }

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

background-color css

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

 a { background-color: rgb(237,242,251); }

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

border-color css

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

 span { border-color: rgb(237,242,251); }

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