#D8CDFA

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

Shades of Lavender Blue #D8CDFA

Tints of Lavender Blue #D8CDFA

Color information

#D8CDFA (or 0xD8CDFA) is unknown color: approx Lavender Blue. HEX triplet: D8, CD and FA. RGB value is (216,205,250). Sum of RGB (Red+Green+Blue) = 216+205+250=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CDFA is #273205. Grayscale: #D5D5D5. Windows color (decimal): -2568710 or 16436696. OLE color: 16436696.

HSL color Cylindrical-coordinate representation of color #D8CDFA: hue angle of 254.67º degrees, saturation: 0.82, 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 #D8CDFA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216205250-
CMYK0.140.1800.02
HSL254.67º81.82%89.22%-
HSV(B)254.67º18%98.04%-
XYZ67.4165.1699.47-
YUV213.42148.64129.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.19%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=32.19%
G=30.55%
B=37.26%

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
Decimal2162052500.140.1800.02254.6781.8289.22
HexD8CDFAE1202ff5259
Octal330315372162202377122131
Binary1101100011001101111110101110100100101111111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDFA; }

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

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

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

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

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

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

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

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