#D1CFFE

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

Shades of Lavender Blue #D1CFFE

Tints of Lavender Blue #D1CFFE

Color information

#D1CFFE (or 0xD1CFFE) is unknown color: approx Lavender Blue. HEX triplet: D1, CF and FE. RGB value is (209,207,254). Sum of RGB (Red+Green+Blue) = 209+207+254=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFFE is #2E3001. Grayscale: #D4D4D4. Windows color (decimal): -3026946 or 16699345. OLE color: 16699345.

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

Color convert

RGB209207254-
CMYK0.180.1900.00
HSL242.55º95.92%90.39%-
HSV(B)242.55º18.5%99.61%-
XYZ66.565.34102.87-
YUV212.96151.16125.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.19%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=31.19%
G=30.90%
B=37.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092072540.180.1900.00242.5595.9290.39
HexD1CFFE121300f3605a
Octal321317376222300363140132
Binary1101000111001111111111101001010011001111001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFFE; }

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

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

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

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

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

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

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

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