#D1CCF5

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

Shades of Lavender Blue #D1CCF5

Tints of Lavender Blue #D1CCF5

Color information

#D1CCF5 (or 0xD1CCF5) is unknown color: approx Lavender Blue. HEX triplet: D1, CC and F5. RGB value is (209,204,245). Sum of RGB (Red+Green+Blue) = 209+204+245=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF5 is #2E330A. Grayscale: #D2D2D2. Windows color (decimal): -3027723 or 16108753. OLE color: 16108753.

HSL color Cylindrical-coordinate representation of color #D1CCF5: hue angle of 247.32º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1CCF5 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209204245-
CMYK0.150.1700.04
HSL247.32º67.21%88.04%-
HSV(B)247.32º16.73%96.08%-
XYZ64.3763.3395.22-
YUV210.17147.66127.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.76%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 245 (96.09% from 255) = 37.23%
R=31.76%
G=31.00%
B=37.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092042450.150.1700.04247.3267.2188.04
HexD1CCF5F1104f74358
Octal321314365172104367103130
Binary11010001110011001111010111111000101001111011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCF5; }

 p { color: rgb(209,204,245); }

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

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

 a { background-color: rgb(209,204,245); }

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

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

 span { border-color: rgb(209,204,245); }

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