#D1CDF9

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

Shades of Lavender Blue #D1CDF9

Tints of Lavender Blue #D1CDF9

Color information

#D1CDF9 (or 0xD1CDF9) is unknown color: approx Lavender Blue. HEX triplet: D1, CD and F9. RGB value is (209,205,249). Sum of RGB (Red+Green+Blue) = 209+205+249=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDF9 is #2E3206. Grayscale: #D3D3D3. Windows color (decimal): -3027463 or 16371153. OLE color: 16371153.

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

Color convert

RGB209205249-
CMYK0.160.1800.02
HSL245.45º78.57%89.02%-
HSV(B)245.45º17.67%97.65%-
XYZ65.2264.0698.55-
YUV211.21149.33126.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=31.52%
G=30.92%
B=37.56%

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
Decimal2092052490.160.1800.02245.4578.5789.02
HexD1CDF9101202f54f59
Octal321315371202202365117131
Binary11010001110011011111100110000100100101111010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDF9; }

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

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

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

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

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

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

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

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