#D1CBFA

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

Shades of Lavender Blue #D1CBFA

Tints of Lavender Blue #D1CBFA

Color information

#D1CBFA (or 0xD1CBFA) is unknown color: approx Lavender Blue. HEX triplet: D1, CB and FA. RGB value is (209,203,250). Sum of RGB (Red+Green+Blue) = 209+203+250=662 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.57% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFA is #2E3405. Grayscale: #D1D1D1. Windows color (decimal): -3027974 or 16436177. OLE color: 16436177.

HSL color Cylindrical-coordinate representation of color #D1CBFA: hue angle of 247.66º degrees, saturation: 0.82, 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 #D1CBFA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209203250-
CMYK0.160.1900.02
HSL247.66º82.46%88.82%-
HSV(B)247.66º18.8%98.04%-
XYZ64.9163.1799.21-
YUV210.15150.49127.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.57%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=31.57%
G=30.66%
B=37.76%

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
Decimal2092032500.160.1900.02247.6682.4688.82
HexD1CBFA101302f85259
Octal321313372202302370122131
Binary11010001110010111111101010000100110101111100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBFA; }

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

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

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

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

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

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

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

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