#D9CFFD

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

Shades of Lavender Blue #D9CFFD

Tints of Lavender Blue #D9CFFD

Color information

#D9CFFD (or 0xD9CFFD) is unknown color: approx Lavender Blue. HEX triplet: D9, CF and FD. RGB value is (217,207,253). Sum of RGB (Red+Green+Blue) = 217+207+253=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFD is #263002. Grayscale: #D7D7D7. Windows color (decimal): -2502659 or 16633817. OLE color: 16633817.

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

Color convert

RGB217207253-
CMYK0.140.1800.01
HSL253.04º92%90.2%-
HSV(B)253.04º18.18%99.22%-
XYZ68.6666.47102.14-
YUV215.23149.31129.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=32.05%
G=30.58%
B=37.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172072530.140.1800.01253.049290.2
HexD9CFFDE1201fd5c5a
Octal331317375162201375134132
Binary110110011100111111111101111010010011111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFFD; }

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

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

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

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

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

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

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

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