#D1C2FF

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

Shades of Lavender Blue #D1C2FF

Tints of Lavender Blue #D1C2FF

Color information

#D1C2FF (or 0xD1C2FF) is unknown color: approx Lavender Blue. HEX triplet: D1, C2 and FF. RGB value is (209,194,255). Sum of RGB (Red+Green+Blue) = 209+194+255=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C2FF is #2E3D00. Grayscale: #CDCDCD. Windows color (decimal): -3030273 or 16761553. OLE color: 16761553.

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

Color convert

RGB209194255-
CMYK0.180.2400
HSL254.75º100%88.04%-
HSV(B)254.75º23.92%100%-
XYZ63.6459.36102.71-
YUV205.44155.97130.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.76%
GREEN value IS 194 (76.17% from 255) = 29.48%
BLUE value IS 255 (100% from 255) = 38.75%
R=31.76%
G=29.48%
B=38.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091942550.180.2400254.7510088.04
HexD1C2FF121800ff6458
Octal321302377223000377144130
Binary1101000111000010111111111001011000001111111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C2FF; }

 p { color: rgb(209,194,255); }

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

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

 a { background-color: rgb(209,194,255); }

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

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

 span { border-color: rgb(209,194,255); }

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