#D1CEFF

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

Shades of Lavender Blue #D1CEFF

Tints of Lavender Blue #D1CEFF

Color information

#D1CEFF (or 0xD1CEFF) is unknown color: approx Lavender Blue. HEX triplet: D1, CE and FF. RGB value is (209,206,255). Sum of RGB (Red+Green+Blue) = 209+206+255=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEFF is #2E3100. Grayscale: #D4D4D4. Windows color (decimal): -3027201 or 16764625. OLE color: 16764625.

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

Color convert

RGB209206255-
CMYK0.180.1900
HSL243.67º100%90.39%-
HSV(B)243.67º19.22%100%-
XYZ66.4264.92103.64-
YUV212.48151.99125.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.19%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 255 (100% from 255) = 38.06%
R=31.19%
G=30.75%
B=38.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092062550.180.1900243.6710090.39
HexD1CEFF121300f4645a
Octal321316377222300364144132
Binary1101000111001110111111111001010011001111010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEFF; }

 p { color: rgb(209,206,255); }

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

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

 a { background-color: rgb(209,206,255); }

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

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

 span { border-color: rgb(209,206,255); }

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