#DCE4FF

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

Shades of Lavender #DCE4FF

Tints of Lavender #DCE4FF

Color information

#DCE4FF (or 0xDCE4FF) is unknown color: approx Lavender. HEX triplet: DC, E4 and FF. RGB value is (220,228,255). Sum of RGB (Red+Green+Blue) = 220+228+255=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE4FF is #231B00. Grayscale: #E4E4E4. Windows color (decimal): -2300673 or 16770268. OLE color: 16770268.

HSL color Cylindrical-coordinate representation of color #DCE4FF: hue angle of 226.29º 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 #DCE4FF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220228255-
CMYK0.140.1100
HSL226.29º100%93.14%-
HSV(B)226.29º13.73%100%-
XYZ75.3177.92105.68-
YUV228.69142.85121.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 255 (100% from 255) = 36.27%
R=31.29%
G=32.43%
B=36.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202282550.140.1100226.2910093.14
HexDCE4FFEB00e2645d
Octal334344377161300342144135
Binary11011100111001001111111111101011001110001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4FF; }

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

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

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

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

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

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

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

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