#D9CDFF

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

Shades of Lavender Blue #D9CDFF

Tints of Lavender Blue #D9CDFF

Color information

#D9CDFF (or 0xD9CDFF) is unknown color: approx Lavender Blue. HEX triplet: D9, CD and FF. RGB value is (217,205,255). Sum of RGB (Red+Green+Blue) = 217+205+255=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDFF is #263200. Grayscale: #D6D6D6. Windows color (decimal): -2503169 or 16764377. OLE color: 16764377.

HSL color Cylindrical-coordinate representation of color #D9CDFF: hue angle of 254.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9CDFF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217205255-
CMYK0.150.2000
HSL254.4º100%90.2%-
HSV(B)254.4º19.61%100%-
XYZ68.565.63103.67-
YUV214.29150.98129.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 255 (100% from 255) = 37.67%
R=32.05%
G=30.28%
B=37.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172052550.150.2000254.410090.2
HexD9CDFFF1400fe645a
Octal331315377172400376144132
Binary110110011100110111111111111110100001111111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDFF; }

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

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

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

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

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

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

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

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