#D3CDF9

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

Shades of Lavender Blue #D3CDF9

Tints of Lavender Blue #D3CDF9

Color information

#D3CDF9 (or 0xD3CDF9) is unknown color: approx Lavender Blue. HEX triplet: D3, CD and F9. RGB value is (211,205,249). Sum of RGB (Red+Green+Blue) = 211+205+249=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDF9 is #2C3206. Grayscale: #D3D3D3. Windows color (decimal): -2896391 or 16371155. OLE color: 16371155.

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

Color convert

RGB211205249-
CMYK0.150.1800.02
HSL248.18º78.57%89.02%-
HSV(B)248.18º17.67%97.65%-
XYZ65.7964.3598.58-
YUV211.81148.99127.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.73%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=31.73%
G=30.83%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112052490.150.1800.02248.1878.5789.02
HexD3CDF9F1202f84f59
Octal323315371172202370117131
Binary1101001111001101111110011111100100101111100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDF9; }

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

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

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

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

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

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

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

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