#d4c6ff

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

Shades of Lavender Blue #D4C6FF

Tints of Lavender Blue #D4C6FF

Color information

#D4C6FF (or 0xD4C6FF) is unknown color: approx Lavender Blue. HEX triplet: D4, C6 and FF. RGB value is (212,198,255). Sum of RGB (Red+Green+Blue) = 212+198+255=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6FF is #2B3900. Grayscale: #D0D0D0. Windows color (decimal): -2832641 or 16762580. OLE color: 16762580.

HSL color Cylindrical-coordinate representation of color #D4C6FF: hue angle of 254.74º 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 #D4C6FF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212198255-
CMYK0.170.2200
HSL254.74º100%88.82%-
HSV(B)254.74º22.35%100%-
XYZ65.461.61103.05-
YUV208.68154.14130.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.88%
GREEN value IS 198 (77.73% from 255) = 29.77%
BLUE value IS 255 (100% from 255) = 38.35%
R=31.88%
G=29.77%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121982550.170.2200254.7410088.82
HexD4C6FF111600ff6459
Octal324306377212600377144131
Binary1101010011000110111111111000110110001111111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4c6ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4c6ff; }

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

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

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

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

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

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

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

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