#D8CDFB

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

Shades of Lavender Blue #D8CDFB

Tints of Lavender Blue #D8CDFB

Color information

#D8CDFB (or 0xD8CDFB) is unknown color: approx Lavender Blue. HEX triplet: D8, CD and FB. RGB value is (216,205,251). Sum of RGB (Red+Green+Blue) = 216+205+251=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CDFB is #273204. Grayscale: #D5D5D5. Windows color (decimal): -2568709 or 16502232. OLE color: 16502232.

HSL color Cylindrical-coordinate representation of color #D8CDFB: hue angle of 254.35º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CDFB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216205251-
CMYK0.140.1800.02
HSL254.35º85.19%89.41%-
HSV(B)254.35º18.33%98.43%-
XYZ67.5665.23100.3-
YUV213.53149.14129.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.14%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=32.14%
G=30.51%
B=37.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162052510.140.1800.02254.3585.1989.41
HexD8CDFBE1202fe5559
Octal330315373162202376125131
Binary1101100011001101111110111110100100101111111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDFB; }

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

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

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

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

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

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

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

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