#D5C8FE

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

Shades of Lavender Blue #D5C8FE

Tints of Lavender Blue #D5C8FE

Color information

#D5C8FE (or 0xD5C8FE) is unknown color: approx Lavender Blue. HEX triplet: D5, C8 and FE. RGB value is (213,200,254). Sum of RGB (Red+Green+Blue) = 213+200+254=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8FE is #2A3701. Grayscale: #D1D1D1. Windows color (decimal): -2766594 or 16697557. OLE color: 16697557.

HSL color Cylindrical-coordinate representation of color #D5C8FE: hue angle of 254.44º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5C8FE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213200254-
CMYK0.160.2100.00
HSL254.44º96.43%89.02%-
HSV(B)254.44º21.26%99.61%-
XYZ65.9862.61102.37-
YUV210.04152.81130.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.93%
GREEN value IS 200 (78.52% from 255) = 29.99%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=31.93%
G=29.99%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132002540.160.2100.00254.4496.4389.02
HexD5C8FE101500fe6059
Octal325310376202500376140131
Binary1101010111001000111111101000010101001111111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8FE; }

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

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

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

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

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

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

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

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