#D6CDFD

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

Shades of Lavender Blue #D6CDFD

Tints of Lavender Blue #D6CDFD

Color information

#D6CDFD (or 0xD6CDFD) is unknown color: approx Lavender Blue. HEX triplet: D6, CD and FD. RGB value is (214,205,253). Sum of RGB (Red+Green+Blue) = 214+205+253=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDFD is #293202. Grayscale: #D4D4D4. Windows color (decimal): -2699779 or 16633302. OLE color: 16633302.

HSL color Cylindrical-coordinate representation of color #D6CDFD: hue angle of 251.25º 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 #D6CDFD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214205253-
CMYK0.150.1900.01
HSL251.25º92.31%89.8%-
HSV(B)251.25º18.97%99.22%-
XYZ67.2965.05101.94-
YUV213.16150.48128.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.85%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=31.85%
G=30.51%
B=37.65%

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
Decimal2142052530.150.1900.01251.2592.3189.8
HexD6CDFDF1301fb5c5a
Octal326315375172301373134132
Binary110101101100110111111101111110011011111101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDFD; }

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

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

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

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

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

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

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

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