Html Css Color HEX #EBEDFC Lavender

📋 copy color: '#EBEDFC'

red 235 ◦ green 237 ◦ blue 252

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

Shades of Lavender #EBEDFC

Tints of Lavender #EBEDFC

RGB

 RED value IS 235 (92.19% from 255) = 32.46%

 GREEN value IS 237 (92.97% from 255) = 32.73%

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

R = 32.46%
G = 32.73%
B = 34.81%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBEDFC (or 0xEBEDFC) is known color: Lavender. HEX triplet: EB, ED and FC. RGB value is (235,237,252). Sum of RGB (Red+Green+Blue) = 235+237+252=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFC is #141203. Grayscale: #EEEEEE. Windows color (decimal): -1315332 or 16575979. OLE color: 16575979.

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

Color convert

RGB 235 237 252 -
CMYK 0.07 0.06 0 0.01
HSL 232.94º 0.74% 0.95% -
HSV(B) 232.94º 0.07% 0.99% -
XYZ 82.12 85.26 104.22 -
YUV 238.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 235 237 252 0.07 0.06 0 0.01 232.94 0.74 0.95
Hex EB ED FC 7 6 0 1 E9 4A 5F
Octal 353 355 374 7 6 0 1 351 112 137
Binary 11101011 11101101 11111100 111 110 0 1 11101001 1001010 1011111

Color Harmonies of #EBEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDFC

Black with #EBEDFC

Text Example


Text Example

White with #EBEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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