#D0C7FC

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

Shades of Lavender Blue #D0C7FC

Tints of Lavender Blue #D0C7FC

Color information

#D0C7FC (or 0xD0C7FC) is unknown color: approx Lavender Blue. HEX triplet: D0, C7 and FC. RGB value is (208,199,252). Sum of RGB (Red+Green+Blue) = 208+199+252=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7FC is #2F3803. Grayscale: #CFCFCF. Windows color (decimal): -3094532 or 16566224. OLE color: 16566224.

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

Color convert

RGB208199252-
CMYK0.170.2100.01
HSL250.19º89.83%88.43%-
HSV(B)250.19º21.03%98.82%-
XYZ64.0161.29100.55-
YUV207.73152.98128.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=31.56%
G=30.20%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081992520.170.2100.01250.1989.8388.43
HexD0C7FC111501fa5a58
Octal320307374212501372132130
Binary1101000011000111111111001000110101011111101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7FC; }

 p { color: rgb(208,199,252); }

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

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

 a { background-color: rgb(208,199,252); }

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

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

 span { border-color: rgb(208,199,252); }

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