#D3CFFC

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

Shades of Lavender Blue #D3CFFC

Tints of Lavender Blue #D3CFFC

Color information

#D3CFFC (or 0xD3CFFC) is unknown color: approx Lavender Blue. HEX triplet: D3, CF and FC. RGB value is (211,207,252). Sum of RGB (Red+Green+Blue) = 211+207+252=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFFC is #2C3003. Grayscale: #D5D5D5. Windows color (decimal): -2895876 or 16568275. OLE color: 16568275.

HSL color Cylindrical-coordinate representation of color #D3CFFC: hue angle of 245.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3CFFC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211207252-
CMYK0.160.1800.01
HSL245.33º88.24%90%-
HSV(B)245.33º17.86%98.82%-
XYZ66.7565.5101.22-
YUV213.33149.83126.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.49%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=31.49%
G=30.90%
B=37.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112072520.160.1800.01245.3388.2490
HexD3CFFC101201f5585a
Octal323317374202201365130132
Binary1101001111001111111111001000010010011111010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CFFC; }

 p { color: rgb(211,207,252); }

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

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

 a { background-color: rgb(211,207,252); }

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

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

 span { border-color: rgb(211,207,252); }

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