#DCE3FF

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

Shades of Lavender #DCE3FF

Tints of Lavender #DCE3FF

Color information

#DCE3FF (or 0xDCE3FF) is unknown color: approx Lavender. HEX triplet: DC, E3 and FF. RGB value is (220,227,255). Sum of RGB (Red+Green+Blue) = 220+227+255=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE3FF is #231C00. Grayscale: #E3E3E3. Windows color (decimal): -2300929 or 16770012. OLE color: 16770012.

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

Color convert

RGB220227255-
CMYK0.140.1100
HSL228º100%93.14%-
HSV(B)228º13.73%100%-
XYZ75.0377.37105.59-
YUV228.1143.18122.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.34%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 255 (100% from 255) = 36.32%
R=31.34%
G=32.34%
B=36.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202272550.140.110022810093.14
HexDCE3FFEB00e4645d
Octal334343377161300344144135
Binary11011100111000111111111111101011001110010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3FF; }

 p { color: rgb(220,227,255); }

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

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

 a { background-color: rgb(220,227,255); }

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

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

 span { border-color: rgb(220,227,255); }

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