#D1CBF2

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

Shades of Lavender Blue #D1CBF2

Tints of Lavender Blue #D1CBF2

Color information

#D1CBF2 (or 0xD1CBF2) is unknown color: approx Lavender Blue. HEX triplet: D1, CB and F2. RGB value is (209,203,242). Sum of RGB (Red+Green+Blue) = 209+203+242=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBF2 is #2E340D. Grayscale: #D1D1D1. Windows color (decimal): -3027982 or 15911889. OLE color: 15911889.

HSL color Cylindrical-coordinate representation of color #D1CBF2: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1CBF2 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209203242-
CMYK0.140.1600.05
HSL249.23º60%87.25%-
HSV(B)249.23º16.12%94.9%-
XYZ63.6862.6892.75-
YUV209.24146.49127.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.96%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=31.96%
G=31.04%
B=37.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092032420.140.1600.05249.236087.25
HexD1CBF2E1005f93c57
Octal32131336216200537174127
Binary1101000111001011111100101110100000101111110011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBF2; }

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

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

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

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

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

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

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

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