#D0CDF8

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

Shades of Lavender Blue #D0CDF8

Tints of Lavender Blue #D0CDF8

Color information

#D0CDF8 (or 0xD0CDF8) is unknown color: approx Lavender Blue. HEX triplet: D0, CD and F8. RGB value is (208,205,248). Sum of RGB (Red+Green+Blue) = 208+205+248=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDF8 is #2F3207. Grayscale: #D2D2D2. Windows color (decimal): -3093000 or 16305616. OLE color: 16305616.

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

Color convert

RGB208205248-
CMYK0.160.1700.03
HSL244.19º75.44%88.82%-
HSV(B)244.19º17.34%97.25%-
XYZ64.7963.8597.72-
YUV210.8148.99126-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 248 (97.27% from 255) = 37.52%
R=31.47%
G=31.01%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082052480.160.1700.03244.1975.4488.82
HexD0CDF8101103f44b59
Octal320315370202103364113131
Binary11010000110011011111100010000100010111111010010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDF8; }

 p { color: rgb(208,205,248); }

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

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

 a { background-color: rgb(208,205,248); }

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

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

 span { border-color: rgb(208,205,248); }

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