#D1C8FE

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

Shades of Lavender Blue #D1C8FE

Tints of Lavender Blue #D1C8FE

Color information

#D1C8FE (or 0xD1C8FE) is unknown color: approx Lavender Blue. HEX triplet: D1, C8 and FE. RGB value is (209,200,254). Sum of RGB (Red+Green+Blue) = 209+200+254=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8FE is #2E3701. Grayscale: #D0D0D0. Windows color (decimal): -3028738 or 16697553. OLE color: 16697553.

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

Color convert

RGB209200254-
CMYK0.180.2100.00
HSL250º96.43%89.02%-
HSV(B)250º21.26%99.61%-
XYZ64.8462.02102.32-
YUV208.85153.48128.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 200 (78.52% from 255) = 30.17%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=31.52%
G=30.17%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092002540.180.2100.0025096.4389.02
HexD1C8FE121500fa6059
Octal321310376222500372140131
Binary1101000111001000111111101001010101001111101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8FE; }

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

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

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

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

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

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

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

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