#D4CEFC

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

Shades of Lavender Blue #D4CEFC

Tints of Lavender Blue #D4CEFC

Color information

#D4CEFC (or 0xD4CEFC) is unknown color: approx Lavender Blue. HEX triplet: D4, CE and FC. RGB value is (212,206,252). Sum of RGB (Red+Green+Blue) = 212+206+252=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 206 (80.86% from 255 or 30.75% 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 #D4CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFC is #2B3103. Grayscale: #D4D4D4. Windows color (decimal): -2830596 or 16568020. OLE color: 16568020.

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

Color convert

RGB212206252-
CMYK0.160.1800.01
HSL247.83º88.46%89.8%-
HSV(B)247.83º18.25%98.82%-
XYZ66.7965.17101.15-
YUV213.04149.99127.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.64%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=31.64%
G=30.75%
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
Decimal2122062520.160.1800.01247.8388.4689.8
HexD4CEFC101201f8585a
Octal324316374202201370130132
Binary1101010011001110111111001000010010011111100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEFC; }

 p { color: rgb(212,206,252); }

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

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

 a { background-color: rgb(212,206,252); }

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

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

 span { border-color: rgb(212,206,252); }

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