#D1C5FF

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

Shades of Lavender Blue #D1C5FF

Tints of Lavender Blue #D1C5FF

Color information

#D1C5FF (or 0xD1C5FF) is unknown color: approx Lavender Blue. HEX triplet: D1, C5 and FF. RGB value is (209,197,255). Sum of RGB (Red+Green+Blue) = 209+197+255=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 197 (77.34% from 255 or 29.80% 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 #D1C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C5FF is #2E3A00. Grayscale: #CECECE. Windows color (decimal): -3029505 or 16762321. OLE color: 16762321.

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

Color convert

RGB209197255-
CMYK0.180.2300
HSL252.41º100%88.63%-
HSV(B)252.41º22.75%100%-
XYZ64.3160.71102.94-
YUV207.2154.98129.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 197 (77.34% from 255) = 29.80%
BLUE value IS 255 (100% from 255) = 38.58%
R=31.62%
G=29.80%
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
Decimal2091972550.180.2300252.4110088.63
HexD1C5FF121700fc6459
Octal321305377222700374144131
Binary1101000111000101111111111001010111001111110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C5FF; }

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

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

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

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

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

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

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

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