#D1CCF1

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

Shades of Lavender Blue #D1CCF1

Tints of Lavender Blue #D1CCF1

Color information

#D1CCF1 (or 0xD1CCF1) is unknown color: approx Lavender Blue. HEX triplet: D1, CC and F1. RGB value is (209,204,241). Sum of RGB (Red+Green+Blue) = 209+204+241=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF1 is #2E330E. Grayscale: #D1D1D1. Windows color (decimal): -3027727 or 15846609. OLE color: 15846609.

HSL color Cylindrical-coordinate representation of color #D1CCF1: hue angle of 248.11º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1CCF1 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209204241-
CMYK0.130.1500.05
HSL248.11º56.92%87.25%-
HSV(B)248.11º15.35%94.51%-
XYZ63.7663.0992.04-
YUV209.71145.66127.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.96%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=31.96%
G=31.19%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092042410.130.1500.05248.1156.9287.25
HexD1CCF1DF05f83957
Octal32131436115170537071127
Binary110100011100110011110001110111110101111110001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCF1; }

 p { color: rgb(209,204,241); }

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

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

 a { background-color: rgb(209,204,241); }

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

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

 span { border-color: rgb(209,204,241); }

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