Html Css Color HEX #ECEDFD Lavender

📋 copy color: '#ECEDFD'

red 236 ◦ green 237 ◦ blue 253

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

Shades of Lavender #ECEDFD

Tints of Lavender #ECEDFD

RGB

 RED value IS 236 (92.58% from 255) = 32.51%

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

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

R = 32.51%
G = 32.64%
B = 34.85%

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

#ECEDFD (or 0xECEDFD) is known color: Lavender. HEX triplet: EC, ED and FD. RGB value is (236,237,253). Sum of RGB (Red+Green+Blue) = 236+237+253=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFD is #131202. Grayscale: #EEEEEE. Windows color (decimal): -1249795 or 16641516. OLE color: 16641516.

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

Color convert

RGB 236 237 253 -
CMYK 0.07 0.06 0 0.01
HSL 236.47º 0.81% 0.96% -
HSV(B) 236.47º 0.07% 0.99% -
XYZ 82.61 85.49 105.08 -
YUV 238.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 236 237 253 0.07 0.06 0 0.01 236.47 0.81 0.96
Hex EC ED FD 7 6 0 1 EC 51 60
Octal 354 355 375 7 6 0 1 354 121 140
Binary 11101100 11101101 11111101 111 110 0 1 11101100 1010001 1100000

Color Harmonies of #ECEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEDFD

Black with #ECEDFD

Text Example


Text Example

White with #ECEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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