#D4D2FC

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

Shades of Lavender Blue #D4D2FC

Tints of Lavender Blue #D4D2FC

Color information

#D4D2FC (or 0xD4D2FC) is unknown color: approx Lavender Blue. HEX triplet: D4, D2 and FC. RGB value is (212,210,252). Sum of RGB (Red+Green+Blue) = 212+210+252=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4D2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2FC is #2B2D03. Grayscale: #D7D7D7. Windows color (decimal): -2829572 or 16569044. OLE color: 16569044.

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

Color convert

RGB212210252-
CMYK0.160.1700.01
HSL242.86º87.5%90.59%-
HSV(B)242.86º16.67%98.82%-
XYZ67.7767.12101.48-
YUV215.39148.66125.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.45%
GREEN value IS 210 (82.42% from 255) = 31.16%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=31.45%
G=31.16%
B=37.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122102520.160.1700.01242.8687.590.59
HexD4D2FC101101f3585b
Octal324322374202101363130133
Binary1101010011010010111111001000010001011111001110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2FC; }

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

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

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

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

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

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

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

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