#D4C4FF

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

Shades of Lavender Blue #D4C4FF

Tints of Lavender Blue #D4C4FF

Color information

#D4C4FF (or 0xD4C4FF) is unknown color: approx Lavender Blue. HEX triplet: D4, C4 and FF. RGB value is (212,196,255). Sum of RGB (Red+Green+Blue) = 212+196+255=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 196 (76.95% from 255 or 29.56% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C4FF is #2B3B00. Grayscale: #CFCFCF. Windows color (decimal): -2833153 or 16762068. OLE color: 16762068.

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

Color convert

RGB212196255-
CMYK0.170.2300
HSL256.27º100%88.43%-
HSV(B)256.27º23.14%100%-
XYZ64.9460.7102.9-
YUV207.51154.8131.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.98%
GREEN value IS 196 (76.95% from 255) = 29.56%
BLUE value IS 255 (100% from 255) = 38.46%
R=31.98%
G=29.56%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121962550.170.2300256.2710088.43
HexD4C4FF1117001006458
Octal324304377212700400144130
Binary11010100110001001111111110001101110010000000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C4FF; }

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

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

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

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

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

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

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

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