#D1CDFA

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

Shades of Lavender Blue #D1CDFA

Tints of Lavender Blue #D1CDFA

Color information

#D1CDFA (or 0xD1CDFA) is unknown color: approx Lavender Blue. HEX triplet: D1, CD and FA. RGB value is (209,205,250). Sum of RGB (Red+Green+Blue) = 209+205+250=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDFA is #2E3205. Grayscale: #D3D3D3. Windows color (decimal): -3027462 or 16436689. OLE color: 16436689.

HSL color Cylindrical-coordinate representation of color #D1CDFA: hue angle of 245.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CDFA is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209205250-
CMYK0.160.1800.02
HSL245.33º81.82%89.22%-
HSV(B)245.33º18%98.04%-
XYZ65.3864.1299.37-
YUV211.33149.83126.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.48%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=31.48%
G=30.87%
B=37.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092052500.160.1800.02245.3381.8289.22
HexD1CDFA101202f55259
Octal321315372202202365122131
Binary11010001110011011111101010000100100101111010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDFA; }

 p { color: rgb(209,205,250); }

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

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

 a { background-color: rgb(209,205,250); }

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

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

 span { border-color: rgb(209,205,250); }

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