#D1CBF7

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

Shades of Lavender Blue #D1CBF7

Tints of Lavender Blue #D1CBF7

Color information

#D1CBF7 (or 0xD1CBF7) is unknown color: approx Lavender Blue. HEX triplet: D1, CB and F7. RGB value is (209,203,247). Sum of RGB (Red+Green+Blue) = 209+203+247=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1CBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBF7 is #2E3408. Grayscale: #D1D1D1. Windows color (decimal): -3027977 or 16239569. OLE color: 16239569.

HSL color Cylindrical-coordinate representation of color #D1CBF7: hue angle of 248.18º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CBF7 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209203247-
CMYK0.150.1800.03
HSL248.18º73.33%88.24%-
HSV(B)248.18º17.81%96.86%-
XYZ64.4462.9896.76-
YUV209.81148.99127.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.71%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 247 (96.88% from 255) = 37.48%
R=31.71%
G=30.80%
B=37.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092032470.150.1800.03248.1873.3388.24
HexD1CBF7F1203f84958
Octal321313367172203370111130
Binary1101000111001011111101111111100100111111100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBF7; }

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

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

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

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

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

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

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

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