#D6CDFC

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

Shades of Lavender Blue #D6CDFC

Tints of Lavender Blue #D6CDFC

Color information

#D6CDFC (or 0xD6CDFC) is unknown color: approx Lavender Blue. HEX triplet: D6, CD and FC. RGB value is (214,205,252). Sum of RGB (Red+Green+Blue) = 214+205+252=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDFC is #293203. Grayscale: #D4D4D4. Windows color (decimal): -2699780 or 16567766. OLE color: 16567766.

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

Color convert

RGB214205252-
CMYK0.150.1900.01
HSL251.49º88.68%89.61%-
HSV(B)251.49º18.65%98.82%-
XYZ67.1364.99101.1-
YUV213.05149.98128.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=31.89%
G=30.55%
B=37.56%

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
Decimal2142052520.150.1900.01251.4988.6889.61
HexD6CDFCF1301fb595a
Octal326315374172301373131132
Binary110101101100110111111100111110011011111101110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDFC; }

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

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

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

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

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

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

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

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