#D5C9FA

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

Shades of Lavender Blue #D5C9FA

Tints of Lavender Blue #D5C9FA

Color information

#D5C9FA (or 0xD5C9FA) is unknown color: approx Lavender Blue. HEX triplet: D5, C9 and FA. RGB value is (213,201,250). Sum of RGB (Red+Green+Blue) = 213+201+250=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C9FA is #2A3605. Grayscale: #D1D1D1. Windows color (decimal): -2766342 or 16435669. OLE color: 16435669.

HSL color Cylindrical-coordinate representation of color #D5C9FA: hue angle of 254.69º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C9FA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213201250-
CMYK0.150.2000.02
HSL254.69º83.05%88.43%-
HSV(B)254.69º19.6%98.04%-
XYZ65.5862.8299.11-
YUV210.17150.48130.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 201 (78.91% from 255) = 30.27%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=32.08%
G=30.27%
B=37.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132012500.150.2000.02254.6983.0588.43
HexD5C9FAF1402ff5358
Octal325311372172402377123130
Binary1101010111001001111110101111101000101111111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C9FA; }

 p { color: rgb(213,201,250); }

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

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

 a { background-color: rgb(213,201,250); }

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

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

 span { border-color: rgb(213,201,250); }

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