Html Css Color HEX #EDF2FD Solitude

📋 copy color: '#EDF2FD'

red 237 ◦ green 242 ◦ blue 253

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

Shades of Solitude #EDF2FD

Tints of Solitude #EDF2FD

RGB

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

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

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

R = 32.38%
G = 33.06%
B = 34.56%

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

#EDF2FD (or 0xEDF2FD) is known color: Solitude. HEX triplet: ED, F2 and FD. RGB value is (237,242,253). Sum of RGB (Red+Green+Blue) = 237+242+253=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF2FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FD is #120D02. Grayscale: #F1F1F1. Windows color (decimal): -1182979 or 16642797. OLE color: 16642797.

HSL color Cylindrical-coordinate representation of color #EDF2FD: hue angle of 221.25º degrees, saturation: 0.8, 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 #EDF2FD is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 242 253 -
CMYK 0.06 0.04 0 0.01
HSL 221.25º 0.8% 0.96% -
HSV(B) 221.25º 0.06% 0.99% -
XYZ 84.41 88.6 105.58 -
YUV 241.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 237 242 253 0.06 0.04 0 0.01 221.25 0.8 0.96
Hex ED F2 FD 6 4 0 1 DD 50 60
Octal 355 362 375 6 4 0 1 335 120 140
Binary 11101101 11110010 11111101 110 100 0 1 11011101 1010000 1100000

Color Harmonies of #EDF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2FD

Black with #EDF2FD

Text Example


Text Example

White with #EDF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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