#D1CAFE

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

Shades of Lavender Blue #D1CAFE

Tints of Lavender Blue #D1CAFE

Color information

#D1CAFE (or 0xD1CAFE) is unknown color: approx Lavender Blue. HEX triplet: D1, CA and FE. RGB value is (209,202,254). Sum of RGB (Red+Green+Blue) = 209+202+254=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CAFE is #2E3501. Grayscale: #D1D1D1. Windows color (decimal): -3028226 or 16698065. OLE color: 16698065.

HSL color Cylindrical-coordinate representation of color #D1CAFE: hue angle of 248.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1CAFE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB209202254-
CMYK0.180.2000.00
HSL248.08º96.3%89.41%-
HSV(B)248.08º20.47%99.61%-
XYZ65.362.95102.47-
YUV210.02152.82127.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.43%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=31.43%
G=30.38%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2092022540.180.2000.00248.0896.389.41
HexD1CAFE121400f86059
Octal321312376222400370140131
Binary1101000111001010111111101001010100001111100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CAFE; }

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

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

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

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

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

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

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

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