#D1CCFA

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

Shades of Lavender Blue #D1CCFA

Tints of Lavender Blue #D1CCFA

Color information

#D1CCFA (or 0xD1CCFA) is unknown color: approx Lavender Blue. HEX triplet: D1, CC and FA. RGB value is (209,204,250). Sum of RGB (Red+Green+Blue) = 209+204+250=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCFA is #2E3305. Grayscale: #D2D2D2. Windows color (decimal): -3027718 or 16436433. OLE color: 16436433.

HSL color Cylindrical-coordinate representation of color #D1CCFA: hue angle of 246.52º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CCFA is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209204250-
CMYK0.160.1800.02
HSL246.52º82.14%89.02%-
HSV(B)246.52º18.4%98.04%-
XYZ65.1463.6499.29-
YUV210.74150.16126.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=31.52%
G=30.77%
B=37.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092042500.160.1800.02246.5282.1489.02
HexD1CCFA101202f75259
Octal321314372202202367122131
Binary11010001110011001111101010000100100101111011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCFA; }

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

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

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

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

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

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

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

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