#D2C3FF

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

Shades of Lavender Blue #D2C3FF

Tints of Lavender Blue #D2C3FF

Color information

#D2C3FF (or 0xD2C3FF) is unknown color: approx Lavender Blue. HEX triplet: D2, C3 and FF. RGB value is (210,195,255). Sum of RGB (Red+Green+Blue) = 210+195+255=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2C3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C3FF is #2D3C00. Grayscale: #CECECE. Windows color (decimal): -2964481 or 16761810. OLE color: 16761810.

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

Color convert

RGB210195255-
CMYK0.180.2400
HSL255º100%88.24%-
HSV(B)255º23.53%100%-
XYZ64.1459.95102.8-
YUV206.32155.47130.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 195 (76.56% from 255) = 29.55%
BLUE value IS 255 (100% from 255) = 38.64%
R=31.82%
G=29.55%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101952550.180.240025510088.24
HexD2C3FF121800ff6458
Octal322303377223000377144130
Binary1101001011000011111111111001011000001111111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C3FF; }

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

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

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

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

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

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

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

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