#D5C8FF

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

Shades of Lavender Blue #D5C8FF

Tints of Lavender Blue #D5C8FF

Color information

#D5C8FF (or 0xD5C8FF) is unknown color: approx Lavender Blue. HEX triplet: D5, C8 and FF. RGB value is (213,200,255). Sum of RGB (Red+Green+Blue) = 213+200+255=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8FF is #2A3700. Grayscale: #D1D1D1. Windows color (decimal): -2766593 or 16763093. OLE color: 16763093.

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

Color convert

RGB213200255-
CMYK0.160.2200
HSL254.18º100%89.22%-
HSV(B)254.18º21.57%100%-
XYZ66.1462.67103.22-
YUV210.16153.31130.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 200 (78.52% from 255) = 29.94%
BLUE value IS 255 (100% from 255) = 38.17%
R=31.89%
G=29.94%
B=38.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132002550.160.2200254.1810089.22
HexD5C8FF101600fe6459
Octal325310377202600376144131
Binary1101010111001000111111111000010110001111111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8FF; }

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

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

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

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

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

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

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

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