#D4CEFB

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

Shades of Lavender Blue #D4CEFB

Tints of Lavender Blue #D4CEFB

Color information

#D4CEFB (or 0xD4CEFB) is unknown color: approx Lavender Blue. HEX triplet: D4, CE and FB. RGB value is (212,206,251). Sum of RGB (Red+Green+Blue) = 212+206+251=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFB is #2B3104. Grayscale: #D4D4D4. Windows color (decimal): -2830597 or 16502484. OLE color: 16502484.

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

Color convert

RGB212206251-
CMYK0.160.1800.02
HSL248º84.91%89.61%-
HSV(B)248º17.93%98.43%-
XYZ66.6465.1100.32-
YUV212.92149.49127.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.69%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=31.69%
G=30.79%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122062510.160.1800.0224884.9189.61
HexD4CEFB101202f8555a
Octal324316373202202370125132
Binary11010100110011101111101110000100100101111100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEFB; }

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

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

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

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

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

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

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

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