#D0C3FA

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

Shades of Lavender Blue #D0C3FA

Tints of Lavender Blue #D0C3FA

Color information

#D0C3FA (or 0xD0C3FA) is unknown color: approx Lavender Blue. HEX triplet: D0, C3 and FA. RGB value is (208,195,250). Sum of RGB (Red+Green+Blue) = 208+195+250=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0C3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C3FA is #2F3C05. Grayscale: #CCCCCC. Windows color (decimal): -3095558 or 16434128. OLE color: 16434128.

HSL color Cylindrical-coordinate representation of color #D0C3FA: hue angle of 254.18º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0C3FA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208195250-
CMYK0.170.2200.02
HSL254.18º84.62%87.25%-
HSV(B)254.18º22%98.04%-
XYZ62.7859.3498.59-
YUV205.16153.31130.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 195 (76.56% from 255) = 29.86%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=31.85%
G=29.86%
B=38.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081952500.170.2200.02254.1884.6287.25
HexD0C3FA111602fe5557
Octal320303372212602376125127
Binary11010000110000111111101010001101100101111111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C3FA; }

 p { color: rgb(208,195,250); }

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

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

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

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

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

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

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