#D1CAFF

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

Shades of Lavender Blue #D1CAFF

Tints of Lavender Blue #D1CAFF

Color information

#D1CAFF (or 0xD1CAFF) is unknown color: approx Lavender Blue. HEX triplet: D1, CA and FF. RGB value is (209,202,255). Sum of RGB (Red+Green+Blue) = 209+202+255=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAFF is #2E3500. Grayscale: #D1D1D1. Windows color (decimal): -3028225 or 16763601. OLE color: 16763601.

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

Color convert

RGB209202255-
CMYK0.180.2100
HSL247.92º100%89.61%-
HSV(B)247.92º20.78%100%-
XYZ65.4763.02103.32-
YUV210.14153.32127.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.38%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 255 (100% from 255) = 38.29%
R=31.38%
G=30.33%
B=38.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092022550.180.2100247.9210089.61
HexD1CAFF121500f8645a
Octal321312377222500370144132
Binary1101000111001010111111111001010101001111100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAFF; }

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

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

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

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

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

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

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

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