#D6CCFD

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

Shades of Lavender Blue #D6CCFD

Tints of Lavender Blue #D6CCFD

Color information

#D6CCFD (or 0xD6CCFD) is unknown color: approx Lavender Blue. HEX triplet: D6, CC and FD. RGB value is (214,204,253). Sum of RGB (Red+Green+Blue) = 214+204+253=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCFD is #293302. Grayscale: #D4D4D4. Windows color (decimal): -2700035 or 16633046. OLE color: 16633046.

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

Color convert

RGB214204253-
CMYK0.150.1900.01
HSL252.24º92.45%89.61%-
HSV(B)252.24º19.37%99.22%-
XYZ67.0564.57101.86-
YUV212.58150.81129.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=31.89%
G=30.40%
B=37.70%

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
Decimal2142042530.150.1900.01252.2492.4589.61
HexD6CCFDF1301fc5c5a
Octal326314375172301374134132
Binary110101101100110011111101111110011011111110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCFD; }

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

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

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

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

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

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

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

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