Html Css Color HEX #EDEEFC Lavender

📋 copy color: '#EDEEFC'

red 237 ◦ green 238 ◦ blue 252

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

Shades of Lavender #EDEEFC

Tints of Lavender #EDEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.74%

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

R = 32.6%
G = 32.74%
B = 34.66%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDEEFC (or 0xEDEEFC) is known color: Lavender. HEX triplet: ED, EE and FC. RGB value is (237,238,252). Sum of RGB (Red+Green+Blue) = 237+238+252=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEFC is #121103. Grayscale: #EFEFEF. Windows color (decimal): -1184004 or 16576237. OLE color: 16576237.

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

Color convert

RGB 237 238 252 -
CMYK 0.06 0.06 0 0.01
HSL 236º 0.71% 0.96% -
HSV(B) 236º 0.06% 0.99% -
XYZ 83.07 86.18 104.35 -
YUV 239.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 237 238 252 0.06 0.06 0 0.01 236 0.71 0.96
Hex ED EE FC 6 6 0 1 EC 47 60
Octal 355 356 374 6 6 0 1 354 107 140
Binary 11101101 11101110 11111100 110 110 0 1 11101100 1000111 1100000

Color Harmonies of #EDEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEFC

Black with #EDEEFC

Text Example


Text Example

White with #EDEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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