#DCDFFE

Color #DCDFFE Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #DCDFFE

Tints of Lavender #DCDFFE

Color information

#DCDFFE (or 0xDCDFFE) is unknown color: approx Lavender. HEX triplet: DC, DF and FE. RGB value is (220,223,254). Sum of RGB (Red+Green+Blue) = 220+223+254=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFFE is #232001. Grayscale: #E1E1E1. Windows color (decimal): -2301954 or 16703452. OLE color: 16703452.

HSL color Cylindrical-coordinate representation of color #DCDFFE: hue angle of 234.71º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDFFE is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220223254-
CMYK0.130.1200.00
HSL234.71º94.44%92.94%-
HSV(B)234.71º13.39%99.61%-
XYZ73.7975.15104.38-
YUV225.64144.01123.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=31.56%
G=31.99%
B=36.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202232540.130.1200.00234.7194.4492.94
HexDCDFFEDC00eb5e5d
Octal334337376151400353136135
Binary11011100110111111111111011011100001110101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFFE; }

 p { color: rgb(220,223,254); }

 H1.HeaderClassName
 {
   color: #DCDFFE;
 }
 .AnyTagClassName
 {
   color: #DCDFFE;
 }
</style>
background-color css

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

 a { background-color: rgb(220,223,254); }

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

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

 span { border-color: rgb(220,223,254); }

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