#D1CDFB

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

Shades of Lavender Blue #D1CDFB

Tints of Lavender Blue #D1CDFB

Color information

#D1CDFB (or 0xD1CDFB) is unknown color: approx Lavender Blue. HEX triplet: D1, CD and FB. RGB value is (209,205,251). Sum of RGB (Red+Green+Blue) = 209+205+251=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDFB is #2E3204. Grayscale: #D3D3D3. Windows color (decimal): -3027461 or 16502225. OLE color: 16502225.

HSL color Cylindrical-coordinate representation of color #D1CDFB: hue angle of 245.22º degrees, saturation: 0.85, 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 #D1CDFB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209205251-
CMYK0.170.1800.02
HSL245.22º85.19%89.41%-
HSV(B)245.22º18.33%98.43%-
XYZ65.5464.18100.2-
YUV211.44150.33126.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.43%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=31.43%
G=30.83%
B=37.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092052510.170.1800.02245.2285.1989.41
HexD1CDFB111202f55559
Octal321315373212202365125131
Binary11010001110011011111101110001100100101111010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDFB; }

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

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

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

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

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

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

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

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