#D4CEFA

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

Shades of Lavender Blue #D4CEFA

Tints of Lavender Blue #D4CEFA

Color information

#D4CEFA (or 0xD4CEFA) is unknown color: approx Lavender Blue. HEX triplet: D4, CE and FA. RGB value is (212,206,250). Sum of RGB (Red+Green+Blue) = 212+206+250=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFA is #2B3105. Grayscale: #D4D4D4. Windows color (decimal): -2830598 or 16436948. OLE color: 16436948.

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

Color convert

RGB212206250-
CMYK0.150.1800.02
HSL248.18º81.48%89.41%-
HSV(B)248.18º17.6%98.04%-
XYZ66.4865.0499.49-
YUV212.81148.99127.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.74%
GREEN value IS 206 (80.86% from 255) = 30.84%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=31.74%
G=30.84%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122062500.150.1800.02248.1881.4889.41
HexD4CEFAF1202f85159
Octal324316372172202370121131
Binary1101010011001110111110101111100100101111100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEFA; }

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

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

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

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

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

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

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

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