#D1CCFF

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

Shades of Lavender Blue #D1CCFF

Tints of Lavender Blue #D1CCFF

Color information

#D1CCFF (or 0xD1CCFF) is unknown color: approx Lavender Blue. HEX triplet: D1, CC and FF. RGB value is (209,204,255). Sum of RGB (Red+Green+Blue) = 209+204+255=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCFF is #2E3300. Grayscale: #D3D3D3. Windows color (decimal): -3027713 or 16764113. OLE color: 16764113.

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

Color convert

RGB209204255-
CMYK0.180.200
HSL245.88º100%90%-
HSV(B)245.88º20%100%-
XYZ65.9463.96103.48-
YUV211.31152.66126.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.29%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 255 (100% from 255) = 38.17%
R=31.29%
G=30.54%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092042550.180.200245.8810090
HexD1CCFF121400f6645a
Octal321314377222400366144132
Binary1101000111001100111111111001010100001111011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCFF; }

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

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

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

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

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

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

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

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