#D2C4FF

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

Shades of Lavender Blue #D2C4FF

Tints of Lavender Blue #D2C4FF

Color information

#D2C4FF (or 0xD2C4FF) is unknown color: approx Lavender Blue. HEX triplet: D2, C4 and FF. RGB value is (210,196,255). Sum of RGB (Red+Green+Blue) = 210+196+255=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 196 (76.95% from 255 or 29.65% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C4FF is #2D3B00. Grayscale: #CECECE. Windows color (decimal): -2964225 or 16762066. OLE color: 16762066.

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

Color convert

RGB210196255-
CMYK0.180.2300
HSL254.24º100%88.43%-
HSV(B)254.24º23.14%100%-
XYZ64.3760.4102.87-
YUV206.91155.14130.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.77%
GREEN value IS 196 (76.95% from 255) = 29.65%
BLUE value IS 255 (100% from 255) = 38.58%
R=31.77%
G=29.65%
B=38.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101962550.180.2300254.2410088.43
HexD2C4FF121700fe6458
Octal322304377222700376144130
Binary1101001011000100111111111001010111001111111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C4FF; }

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

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

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

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

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

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

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

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