#D4C7FF

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

Shades of Lavender Blue #D4C7FF

Tints of Lavender Blue #D4C7FF

Color information

#D4C7FF (or 0xD4C7FF) is unknown color: approx Lavender Blue. HEX triplet: D4, C7 and FF. RGB value is (212,199,255). Sum of RGB (Red+Green+Blue) = 212+199+255=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C7FF is #2B3800. Grayscale: #D1D1D1. Windows color (decimal): -2832385 or 16762836. OLE color: 16762836.

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

Color convert

RGB212199255-
CMYK0.170.2200
HSL253.93º100%89.02%-
HSV(B)253.93º21.96%100%-
XYZ65.6262.06103.13-
YUV209.27153.81129.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.83%
GREEN value IS 199 (78.12% from 255) = 29.88%
BLUE value IS 255 (100% from 255) = 38.29%
R=31.83%
G=29.88%
B=38.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121992550.170.2200253.9310089.02
HexD4C7FF111600fe6459
Octal324307377212600376144131
Binary1101010011000111111111111000110110001111111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C7FF; }

 p { color: rgb(212,199,255); }

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

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

 a { background-color: rgb(212,199,255); }

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

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

 span { border-color: rgb(212,199,255); }

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