#D2C5FA

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

Shades of Lavender Blue #D2C5FA

Tints of Lavender Blue #D2C5FA

Color information

#D2C5FA (or 0xD2C5FA) is unknown color: approx Lavender Blue. HEX triplet: D2, C5 and FA. RGB value is (210,197,250). Sum of RGB (Red+Green+Blue) = 210+197+250=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5FA is #2D3A05. Grayscale: #CECECE. Windows color (decimal): -2963974 or 16434642. OLE color: 16434642.

HSL color Cylindrical-coordinate representation of color #D2C5FA: hue angle of 254.72º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2C5FA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210197250-
CMYK0.160.2100.02
HSL254.72º84.13%87.65%-
HSV(B)254.72º21.2%98.04%-
XYZ63.860.5498.76-
YUV206.93152.31130.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.96%
GREEN value IS 197 (77.34% from 255) = 29.98%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=31.96%
G=29.98%
B=38.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101972500.160.2100.02254.7284.1387.65
HexD2C5FA101502ff5458
Octal322305372202502377124130
Binary11010010110001011111101010000101010101111111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5FA; }

 p { color: rgb(210,197,250); }

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

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

 a { background-color: rgb(210,197,250); }

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

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

 span { border-color: rgb(210,197,250); }

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