#D1C3FC

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

Shades of Lavender Blue #D1C3FC

Tints of Lavender Blue #D1C3FC

Color information

#D1C3FC (or 0xD1C3FC) is unknown color: approx Lavender Blue. HEX triplet: D1, C3 and FC. RGB value is (209,195,252). Sum of RGB (Red+Green+Blue) = 209+195+252=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1C3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C3FC is #2E3C03. Grayscale: #CDCDCD. Windows color (decimal): -3030020 or 16565201. OLE color: 16565201.

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

Color convert

RGB209195252-
CMYK0.170.2300.01
HSL254.74º90.48%87.65%-
HSV(B)254.74º22.62%98.82%-
XYZ63.3859.61100.26-
YUV205.68154.14130.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.86%
GREEN value IS 195 (76.56% from 255) = 29.73%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=31.86%
G=29.73%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091952520.170.2300.01254.7490.4887.65
HexD1C3FC111701ff5a58
Octal321303374212701377132130
Binary1101000111000011111111001000110111011111111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C3FC; }

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

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

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

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

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

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

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

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