Html Css Color HEX #E6DFFC Lavender

📋 copy color: '#E6DFFC'

red 230 ◦ green 223 ◦ blue 252

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

Shades of Lavender #E6DFFC

Tints of Lavender #E6DFFC

RGB

 RED value IS 230 (90.23% from 255) = 32.62%

 GREEN value IS 223 (87.5% from 255) = 31.63%

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

R = 32.62%
G = 31.63%
B = 35.74%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6DFFC (or 0xE6DFFC) is known color: Lavender. HEX triplet: E6, DF and FC. RGB value is (230,223,252). Sum of RGB (Red+Green+Blue) = 230+223+252=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6DFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFFC is #192003. Grayscale: #E4E4E4. Windows color (decimal): -1646596 or 16572390. OLE color: 16572390.

HSL color Cylindrical-coordinate representation of color #E6DFFC: hue angle of 254.48º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DFFC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 223 252 -
CMYK 0.09 0.12 0 0.01
HSL 254.48º 0.83% 0.93% -
HSV(B) 254.48º 0.12% 0.99% -
XYZ 76.59 76.63 102.85 -
YUV 228.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 230 223 252 0.09 0.12 0 0.01 254.48 0.83 0.93
Hex E6 DF FC 9 C 0 1 FE 53 5D
Octal 346 337 374 11 14 0 1 376 123 135
Binary 11100110 11011111 11111100 1001 1100 0 1 11111110 1010011 1011101

Color Harmonies of #E6DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFFC

Black with #E6DFFC

Text Example


Text Example

White with #E6DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFFC; }

 p { color: rgb(230,223,252); }

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

background-color css

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

 a { background-color: rgb(230,223,252); }

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

border-color css

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

 span { border-color: rgb(230,223,252); }

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