#D2D4FC

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

Shades of Lavender Blue #D2D4FC

Tints of Lavender Blue #D2D4FC

Color information

#D2D4FC (or 0xD2D4FC) is unknown color: approx Lavender Blue. HEX triplet: D2, D4 and FC. RGB value is (210,212,252). Sum of RGB (Red+Green+Blue) = 210+212+252=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 212 (83.20% from 255 or 31.45% 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 #D2D4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D4FC is #2D2B03. Grayscale: #D7D7D7. Windows color (decimal): -2960132 or 16569554. OLE color: 16569554.

HSL color Cylindrical-coordinate representation of color #D2D4FC: hue angle of 237.14º 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 #D2D4FC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210212252-
CMYK0.170.1600.01
HSL237.14º87.5%90.59%-
HSV(B)237.14º16.67%98.82%-
XYZ67.6967.82101.62-
YUV215.96148.34123.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102122520.170.1600.01237.1487.590.59
HexD2D4FC111001ed585b
Octal322324374212001355130133
Binary1101001011010100111111001000110000011110110110110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D4FC; }

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

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

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

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

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

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

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

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