#D1CAFD

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

Shades of Lavender Blue #D1CAFD

Tints of Lavender Blue #D1CAFD

Color information

#D1CAFD (or 0xD1CAFD) is unknown color: approx Lavender Blue. HEX triplet: D1, CA and FD. RGB value is (209,202,253). Sum of RGB (Red+Green+Blue) = 209+202+253=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAFD is #2E3502. Grayscale: #D1D1D1. Windows color (decimal): -3028227 or 16632529. OLE color: 16632529.

HSL color Cylindrical-coordinate representation of color #D1CAFD: hue angle of 248.24º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1CAFD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209202253-
CMYK0.170.2000.01
HSL248.24º92.73%89.22%-
HSV(B)248.24º20.16%99.22%-
XYZ65.1462.89101.63-
YUV209.91152.32127.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.48%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=31.48%
G=30.42%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092022530.170.2000.01248.2492.7389.22
HexD1CAFD111401f85d59
Octal321312375212401370135131
Binary1101000111001010111111011000110100011111100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAFD; }

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

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

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

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

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

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

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

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