#D5C8FC

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

Shades of Lavender Blue #D5C8FC

Tints of Lavender Blue #D5C8FC

Color information

#D5C8FC (or 0xD5C8FC) is unknown color: approx Lavender Blue. HEX triplet: D5, C8 and FC. RGB value is (213,200,252). Sum of RGB (Red+Green+Blue) = 213+200+252=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8FC is #2A3703. Grayscale: #D1D1D1. Windows color (decimal): -2766596 or 16566485. OLE color: 16566485.

HSL color Cylindrical-coordinate representation of color #D5C8FC: hue angle of 255º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5C8FC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213200252-
CMYK0.150.2100.01
HSL255º89.66%88.63%-
HSV(B)255º20.63%98.82%-
XYZ65.6762.48100.69-
YUV209.82151.81130.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 200 (78.52% from 255) = 30.08%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=32.03%
G=30.08%
B=37.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132002520.150.2100.0125589.6688.63
HexD5C8FCF1501ff5a59
Octal325310374172501377132131
Binary110101011100100011111100111110101011111111110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8FC; }

 p { color: rgb(213,200,252); }

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

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

 a { background-color: rgb(213,200,252); }

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

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

 span { border-color: rgb(213,200,252); }

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