#D4CDFB

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

Shades of Lavender Blue #D4CDFB

Tints of Lavender Blue #D4CDFB

Color information

#D4CDFB (or 0xD4CDFB) is unknown color: approx Lavender Blue. HEX triplet: D4, CD and FB. RGB value is (212,205,251). Sum of RGB (Red+Green+Blue) = 212+205+251=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFB is #2B3204. Grayscale: #D4D4D4. Windows color (decimal): -2830853 or 16502228. OLE color: 16502228.

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

Color convert

RGB212205251-
CMYK0.160.1800.02
HSL249.13º85.19%89.41%-
HSV(B)249.13º18.33%98.43%-
XYZ66.464.62100.24-
YUV212.34149.82127.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.74%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=31.74%
G=30.69%
B=37.57%

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
Decimal2122052510.160.1800.02249.1385.1989.41
HexD4CDFB101202f95559
Octal324315373202202371125131
Binary11010100110011011111101110000100100101111100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDFB; }

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

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

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

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

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

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

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

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