#D1CFFD

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

Shades of Lavender Blue #D1CFFD

Tints of Lavender Blue #D1CFFD

Color information

#D1CFFD (or 0xD1CFFD) is unknown color: approx Lavender Blue. HEX triplet: D1, CF and FD. RGB value is (209,207,253). Sum of RGB (Red+Green+Blue) = 209+207+253=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFFD is #2E3002. Grayscale: #D4D4D4. Windows color (decimal): -3026947 or 16633809. OLE color: 16633809.

HSL color Cylindrical-coordinate representation of color #D1CFFD: hue angle of 242.61º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CFFD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209207253-
CMYK0.170.1800.01
HSL242.61º92%90.2%-
HSV(B)242.61º18.18%99.22%-
XYZ66.3465.27102.03-
YUV212.84150.66125.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.24%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=31.24%
G=30.94%
B=37.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092072530.170.1800.01242.619290.2
HexD1CFFD111201f35c5a
Octal321317375212201363134132
Binary1101000111001111111111011000110010011111001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFFD; }

 p { color: rgb(209,207,253); }

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

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

 a { background-color: rgb(209,207,253); }

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

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

 span { border-color: rgb(209,207,253); }

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