#D1CCFB

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

Shades of Lavender Blue #D1CCFB

Tints of Lavender Blue #D1CCFB

Color information

#D1CCFB (or 0xD1CCFB) is unknown color: approx Lavender Blue. HEX triplet: D1, CC and FB. RGB value is (209,204,251). Sum of RGB (Red+Green+Blue) = 209+204+251=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCFB is #2E3304. Grayscale: #D2D2D2. Windows color (decimal): -3027717 or 16501969. OLE color: 16501969.

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

Color convert

RGB209204251-
CMYK0.170.1900.02
HSL246.38º85.45%89.22%-
HSV(B)246.38º18.73%98.43%-
XYZ65.363.71100.12-
YUV210.85150.66126.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.48%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=31.48%
G=30.72%
B=37.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092042510.170.1900.02246.3885.4589.22
HexD1CCFB111302f65559
Octal321314373212302366125131
Binary11010001110011001111101110001100110101111011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCFB; }

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

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

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

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

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

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

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

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