#D5CDFF

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

Shades of Lavender Blue #D5CDFF

Tints of Lavender Blue #D5CDFF

Color information

#D5CDFF (or 0xD5CDFF) is unknown color: approx Lavender Blue. HEX triplet: D5, CD and FF. RGB value is (213,205,255). Sum of RGB (Red+Green+Blue) = 213+205+255=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFF is #2A3200. Grayscale: #D4D4D4. Windows color (decimal): -2765313 or 16764373. OLE color: 16764373.

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

Color convert

RGB213205255-
CMYK0.160.2000
HSL249.6º100%90.2%-
HSV(B)249.6º19.61%100%-
XYZ67.3265.03103.61-
YUV213.09151.65127.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 255 (100% from 255) = 37.89%
R=31.65%
G=30.46%
B=37.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132052550.160.2000249.610090.2
HexD5CDFF101400fa645a
Octal325315377202400372144132
Binary1101010111001101111111111000010100001111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDFF; }

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

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

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

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

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

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

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

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