#D1D0FC

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

Shades of Lavender Blue #D1D0FC

Tints of Lavender Blue #D1D0FC

Color information

#D1D0FC (or 0xD1D0FC) is unknown color: approx Lavender Blue. HEX triplet: D1, D0 and FC. RGB value is (209,208,252). Sum of RGB (Red+Green+Blue) = 209+208+252=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D0FC is #2E2F03. Grayscale: #D5D5D5. Windows color (decimal): -3026692 or 16568529. OLE color: 16568529.

HSL color Cylindrical-coordinate representation of color #D1D0FC: hue angle of 241.36º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1D0FC is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209208252-
CMYK0.170.1700.01
HSL241.36º88%90.2%-
HSV(B)241.36º17.46%98.82%-
XYZ66.4265.7101.28-
YUV213.32149.83124.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.24%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=31.24%
G=31.09%
B=37.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092082520.170.1700.01241.368890.2
HexD1D0FC111101f1585a
Octal321320374212101361130132
Binary1101000111010000111111001000110001011111000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0FC; }

 p { color: rgb(209,208,252); }

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

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

 a { background-color: rgb(209,208,252); }

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

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

 span { border-color: rgb(209,208,252); }

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