#DDDFFE

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

Shades of Lavender #DDDFFE

Tints of Lavender #DDDFFE

Color information

#DDDFFE (or 0xDDDFFE) is unknown color: approx Lavender. HEX triplet: DD, DF and FE. RGB value is (221,223,254). Sum of RGB (Red+Green+Blue) = 221+223+254=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFE is #222001. Grayscale: #E1E1E1. Windows color (decimal): -2236418 or 16703453. OLE color: 16703453.

HSL color Cylindrical-coordinate representation of color #DDDFFE: hue angle of 236.36º 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 #DDDFFE is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221223254-
CMYK0.130.1200.00
HSL236.36º94.29%93.14%-
HSV(B)236.36º12.99%99.61%-
XYZ74.175.3104.4-
YUV225.94143.84124.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=31.66%
G=31.95%
B=36.39%

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
Decimal2212232540.130.1200.00236.3694.2993.14
HexDDDFFEDC00ec5e5d
Octal335337376151400354136135
Binary11011101110111111111111011011100001110110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDFFE; }

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

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

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

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

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

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

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

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