#D6CDFA

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

Shades of Lavender Blue #D6CDFA

Tints of Lavender Blue #D6CDFA

Color information

#D6CDFA (or 0xD6CDFA) is unknown color: approx Lavender Blue. HEX triplet: D6, CD and FA. RGB value is (214,205,250). Sum of RGB (Red+Green+Blue) = 214+205+250=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDFA is #293205. Grayscale: #D4D4D4. Windows color (decimal): -2699782 or 16436694. OLE color: 16436694.

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

Color convert

RGB214205250-
CMYK0.140.1800.02
HSL252º81.82%89.22%-
HSV(B)252º18%98.04%-
XYZ66.8264.8699.44-
YUV212.82148.98128.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=31.99%
G=30.64%
B=37.37%

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
Decimal2142052500.140.1800.0225281.8289.22
HexD6CDFAE1202fc5259
Octal326315372162202374122131
Binary1101011011001101111110101110100100101111110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDFA; }

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

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

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

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

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

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

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

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