#D9CDFD

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

Shades of Lavender Blue #D9CDFD

Tints of Lavender Blue #D9CDFD

Color information

#D9CDFD (or 0xD9CDFD) is unknown color: approx Lavender Blue. HEX triplet: D9, CD and FD. RGB value is (217,205,253). Sum of RGB (Red+Green+Blue) = 217+205+253=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFD is #263202. Grayscale: #D5D5D5. Windows color (decimal): -2503171 or 16633305. OLE color: 16633305.

HSL color Cylindrical-coordinate representation of color #D9CDFD: hue angle of 255º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CDFD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217205253-
CMYK0.140.1900.01
HSL255º92.31%89.8%-
HSV(B)255º18.97%99.22%-
XYZ68.1865.51101.98-
YUV214.06149.98130.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=32.15%
G=30.37%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172052530.140.1900.0125592.3189.8
HexD9CDFDE1301ff5c5a
Octal331315375162301377134132
Binary110110011100110111111101111010011011111111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDFD; }

 p { color: rgb(217,205,253); }

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

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

 a { background-color: rgb(217,205,253); }

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

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

 span { border-color: rgb(217,205,253); }

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