#D4CDFE

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

Shades of Lavender Blue #D4CDFE

Tints of Lavender Blue #D4CDFE

Color information

#D4CDFE (or 0xD4CDFE) is unknown color: approx Lavender Blue. HEX triplet: D4, CD and FE. RGB value is (212,205,254). Sum of RGB (Red+Green+Blue) = 212+205+254=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFE is #2B3201. Grayscale: #D4D4D4. Windows color (decimal): -2830850 or 16698836. OLE color: 16698836.

HSL color Cylindrical-coordinate representation of color #D4CDFE: hue angle of 248.57º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4CDFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212205254-
CMYK0.170.1900.00
HSL248.57º96.08%90%-
HSV(B)248.57º19.29%99.61%-
XYZ66.8764.82102.75-
YUV212.68151.32127.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.59%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=31.59%
G=30.55%
B=37.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2122052540.170.1900.00248.5796.0890
HexD4CDFE111300f9605a
Octal324315376212300371140132
Binary1101010011001101111111101000110011001111100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDFE; }

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

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

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

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

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

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

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

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