#D1CFFC

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

Shades of Lavender Blue #D1CFFC

Tints of Lavender Blue #D1CFFC

Color information

#D1CFFC (or 0xD1CFFC) is unknown color: approx Lavender Blue. HEX triplet: D1, CF and FC. RGB value is (209,207,252). Sum of RGB (Red+Green+Blue) = 209+207+252=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFFC is #2E3003. Grayscale: #D4D4D4. Windows color (decimal): -3026948 or 16568273. OLE color: 16568273.

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

Color convert

RGB209207252-
CMYK0.170.1800.01
HSL242.67º88.24%90%-
HSV(B)242.67º17.86%98.82%-
XYZ66.1865.21101.19-
YUV212.73150.16125.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.29%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 252 (98.83% from 255) = 37.72%
R=31.29%
G=30.99%
B=37.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092072520.170.1800.01242.6788.2490
HexD1CFFC111201f3585a
Octal321317374212201363130132
Binary1101000111001111111111001000110010011111001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFFC; }

 p { color: rgb(209,207,252); }

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

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

 a { background-color: rgb(209,207,252); }

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

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

 span { border-color: rgb(209,207,252); }

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