#D0C0FE

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

Shades of Lavender Blue #D0C0FE

Tints of Lavender Blue #D0C0FE

Color information

#D0C0FE (or 0xD0C0FE) is unknown color: approx Lavender Blue. HEX triplet: D0, C0 and FE. RGB value is (208,192,254). Sum of RGB (Red+Green+Blue) = 208+192+254=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0FE is #2F3F01. Grayscale: #CBCBCB. Windows color (decimal): -3096322 or 16695504. OLE color: 16695504.

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

Color convert

RGB208192254-
CMYK0.180.2400.00
HSL255.48º96.88%87.45%-
HSV(B)255.48º24.41%99.61%-
XYZ62.7558.26101.7-
YUV203.85156.3130.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 192 (75.39% from 255) = 29.36%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=31.80%
G=29.36%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081922540.180.2400.00255.4896.8887.45
HexD0C0FE121800ff6157
Octal320300376223000377141127
Binary1101000011000000111111101001011000001111111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0FE; }

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

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

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

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

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

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

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

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