#D4C8FC

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

Shades of Lavender Blue #D4C8FC

Tints of Lavender Blue #D4C8FC

Color information

#D4C8FC (or 0xD4C8FC) is unknown color: approx Lavender Blue. HEX triplet: D4, C8 and FC. RGB value is (212,200,252). Sum of RGB (Red+Green+Blue) = 212+200+252=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8FC is #2B3703. Grayscale: #D1D1D1. Windows color (decimal): -2832132 or 16566484. OLE color: 16566484.

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

Color convert

RGB212200252-
CMYK0.160.2100.01
HSL253.85º89.66%88.63%-
HSV(B)253.85º20.63%98.82%-
XYZ65.3862.33100.68-
YUV209.52151.98129.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.93%
GREEN value IS 200 (78.52% from 255) = 30.12%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=31.93%
G=30.12%
B=37.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122002520.160.2100.01253.8589.6688.63
HexD4C8FC101501fe5a59
Octal324310374202501376132131
Binary1101010011001000111111001000010101011111111010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C8FC; }

 p { color: rgb(212,200,252); }

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

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

 a { background-color: rgb(212,200,252); }

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

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

 span { border-color: rgb(212,200,252); }

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