#D2C4FE

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

Shades of Lavender Blue #D2C4FE

Tints of Lavender Blue #D2C4FE

Color information

#D2C4FE (or 0xD2C4FE) is unknown color: approx Lavender Blue. HEX triplet: D2, C4 and FE. RGB value is (210,196,254). Sum of RGB (Red+Green+Blue) = 210+196+254=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C4FE is #2D3B01. Grayscale: #CECECE. Windows color (decimal): -2964226 or 16696530. OLE color: 16696530.

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

Color convert

RGB210196254-
CMYK0.170.2300.00
HSL254.48º96.67%88.24%-
HSV(B)254.48º22.83%99.61%-
XYZ64.2160.34102.03-
YUV206.8154.64130.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 196 (76.95% from 255) = 29.70%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=31.82%
G=29.70%
B=38.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101962540.170.2300.00254.4896.6788.24
HexD2C4FE111700fe6158
Octal322304376212700376141130
Binary1101001011000100111111101000110111001111111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C4FE; }

 p { color: rgb(210,196,254); }

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

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

 a { background-color: rgb(210,196,254); }

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

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

 span { border-color: rgb(210,196,254); }

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