#D2C2FE

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

Shades of Lavender Blue #D2C2FE

Tints of Lavender Blue #D2C2FE

Color information

#D2C2FE (or 0xD2C2FE) is unknown color: approx Lavender Blue. HEX triplet: D2, C2 and FE. RGB value is (210,194,254). Sum of RGB (Red+Green+Blue) = 210+194+254=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C2FE is #2D3D01. Grayscale: #CDCDCD. Windows color (decimal): -2964738 or 16696018. OLE color: 16696018.

HSL color Cylindrical-coordinate representation of color #D2C2FE: hue angle of 256º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2C2FE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210194254-
CMYK0.170.2400.00
HSL256º96.77%87.84%-
HSV(B)256º23.62%99.61%-
XYZ63.7659.44101.88-
YUV205.62155.3131.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 194 (76.17% from 255) = 29.48%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=31.91%
G=29.48%
B=38.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101942540.170.2400.0025696.7787.84
HexD2C2FE1118001006158
Octal322302376213000400141130
Binary11010010110000101111111010001110000010000000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C2FE; }

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

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

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

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

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

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

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

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