#D1CCFE

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

Shades of Lavender Blue #D1CCFE

Tints of Lavender Blue #D1CCFE

Color information

#D1CCFE (or 0xD1CCFE) is unknown color: approx Lavender Blue. HEX triplet: D1, CC and FE. RGB value is (209,204,254). Sum of RGB (Red+Green+Blue) = 209+204+254=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCFE is #2E3301. Grayscale: #D3D3D3. Windows color (decimal): -3027714 or 16698577. OLE color: 16698577.

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

Color convert

RGB209204254-
CMYK0.180.2000.00
HSL246º96.15%89.8%-
HSV(B)246º19.69%99.61%-
XYZ65.7863.9102.63-
YUV211.19152.16126.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.33%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=31.33%
G=30.58%
B=38.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092042540.180.2000.0024696.1589.8
HexD1CCFE121400f6605a
Octal321314376222400366140132
Binary1101000111001100111111101001010100001111011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCFE; }

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

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

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

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

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

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

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

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