#D0D0FD

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

Shades of Lavender Blue #D0D0FD

Tints of Lavender Blue #D0D0FD

Color information

#D0D0FD (or 0xD0D0FD) is unknown color: approx Lavender Blue. HEX triplet: D0, D0 and FD. RGB value is (208,208,253). Sum of RGB (Red+Green+Blue) = 208+208+253=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D0FD is #2F2F02. Grayscale: #D4D4D4. Windows color (decimal): -3092227 or 16634064. OLE color: 16634064.

HSL color Cylindrical-coordinate representation of color #D0D0FD: hue angle of 240º degrees, saturation: 0.92, 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 #D0D0FD is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208208253-
CMYK0.180.1800.01
HSL240º91.84%90.39%-
HSV(B)240º17.79%99.22%-
XYZ66.365.61102.1-
YUV213.13150.5124.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.09%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=31.09%
G=31.09%
B=37.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082082530.180.1800.0124091.8490.39
HexD0D0FD121201f05c5a
Octal320320375222201360134132
Binary1101000011010000111111011001010010011111000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0FD; }

 p { color: rgb(208,208,253); }

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

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

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

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

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

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

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