#D1C3FE

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

Shades of Lavender Blue #D1C3FE

Tints of Lavender Blue #D1C3FE

Color information

#D1C3FE (or 0xD1C3FE) is unknown color: approx Lavender Blue. HEX triplet: D1, C3 and FE. RGB value is (209,195,254). Sum of RGB (Red+Green+Blue) = 209+195+254=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 195 (76.56% from 255 or 29.64% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1C3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C3FE is #2E3C01. Grayscale: #CDCDCD. Windows color (decimal): -3030018 or 16696273. OLE color: 16696273.

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

Color convert

RGB209195254-
CMYK0.180.2300.00
HSL254.24º96.72%88.04%-
HSV(B)254.24º23.23%99.61%-
XYZ63.759.74101.94-
YUV205.91155.14130.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.76%
GREEN value IS 195 (76.56% from 255) = 29.64%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=31.76%
G=29.64%
B=38.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2091952540.180.2300.00254.2496.7288.04
HexD1C3FE121700fe6158
Octal321303376222700376141130
Binary1101000111000011111111101001010111001111111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C3FE; }

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

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

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

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

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

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

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

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