#D8CDFD

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

Shades of Lavender Blue #D8CDFD

Tints of Lavender Blue #D8CDFD

Color information

#D8CDFD (or 0xD8CDFD) is unknown color: approx Lavender Blue. HEX triplet: D8, CD and FD. RGB value is (216,205,253). Sum of RGB (Red+Green+Blue) = 216+205+253=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CDFD is #273202. Grayscale: #D5D5D5. Windows color (decimal): -2568707 or 16633304. OLE color: 16633304.

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

Color convert

RGB216205253-
CMYK0.150.1900.01
HSL253.75º92.31%89.8%-
HSV(B)253.75º18.97%99.22%-
XYZ67.8865.35101.97-
YUV213.76150.14129.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=32.05%
G=30.42%
B=37.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162052530.150.1900.01253.7592.3189.8
HexD8CDFDF1301fe5c5a
Octal330315375172301376134132
Binary110110001100110111111101111110011011111111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDFD; }

 p { color: rgb(216,205,253); }

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

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

 a { background-color: rgb(216,205,253); }

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

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

 span { border-color: rgb(216,205,253); }

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