#D0C7FE

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

Shades of Lavender Blue #D0C7FE

Tints of Lavender Blue #D0C7FE

Color information

#D0C7FE (or 0xD0C7FE) is unknown color: approx Lavender Blue. HEX triplet: D0, C7 and FE. RGB value is (208,199,254). Sum of RGB (Red+Green+Blue) = 208+199+254=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7FE is #2F3801. Grayscale: #CFCFCF. Windows color (decimal): -3094530 or 16697296. OLE color: 16697296.

HSL color Cylindrical-coordinate representation of color #D0C7FE: hue angle of 249.82º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0C7FE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208199254-
CMYK0.180.2200.00
HSL249.82º96.49%88.82%-
HSV(B)249.82º21.65%99.61%-
XYZ64.3361.41102.23-
YUV207.96153.98128.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 199 (78.12% from 255) = 30.11%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=31.47%
G=30.11%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081992540.180.2200.00249.8296.4988.82
HexD0C7FE121600fa6059
Octal320307376222600372140131
Binary1101000011000111111111101001010110001111101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C7FE; }

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

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

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

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

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

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

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

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