#D1CAFA

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

Shades of Lavender Blue #D1CAFA

Tints of Lavender Blue #D1CAFA

Color information

#D1CAFA (or 0xD1CAFA) is unknown color: approx Lavender Blue. HEX triplet: D1, CA and FA. RGB value is (209,202,250). Sum of RGB (Red+Green+Blue) = 209+202+250=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAFA is #2E3505. Grayscale: #D1D1D1. Windows color (decimal): -3028230 or 16435921. OLE color: 16435921.

HSL color Cylindrical-coordinate representation of color #D1CAFA: hue angle of 248.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CAFA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209202250-
CMYK0.160.1900.02
HSL248.75º82.76%88.63%-
HSV(B)248.75º19.2%98.04%-
XYZ64.6762.799.14-
YUV209.56150.82127.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=31.62%
G=30.56%
B=37.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092022500.160.1900.02248.7582.7688.63
HexD1CAFA101302f95359
Octal321312372202302371123131
Binary11010001110010101111101010000100110101111100110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAFA; }

 p { color: rgb(209,202,250); }

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

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

 a { background-color: rgb(209,202,250); }

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

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

 span { border-color: rgb(209,202,250); }

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