#D9CCFF

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

Shades of Lavender Blue #D9CCFF

Tints of Lavender Blue #D9CCFF

Color information

#D9CCFF (or 0xD9CCFF) is unknown color: approx Lavender Blue. HEX triplet: D9, CC and FF. RGB value is (217,204,255). Sum of RGB (Red+Green+Blue) = 217+204+255=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCFF is #263300. Grayscale: #D5D5D5. Windows color (decimal): -2503425 or 16764121. OLE color: 16764121.

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

Color convert

RGB217204255-
CMYK0.150.200
HSL255.29º100%90%-
HSV(B)255.29º20%100%-
XYZ68.2665.16103.59-
YUV213.7151.31130.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 204 (80.08% from 255) = 30.18%
BLUE value IS 255 (100% from 255) = 37.72%
R=32.10%
G=30.18%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172042550.150.200255.2910090
HexD9CCFFF1400ff645a
Octal331314377172400377144132
Binary110110011100110011111111111110100001111111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCFF; }

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

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

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

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

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

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

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

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