#D0C8FC

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

Shades of Lavender Blue #D0C8FC

Tints of Lavender Blue #D0C8FC

Color information

#D0C8FC (or 0xD0C8FC) is unknown color: approx Lavender Blue. HEX triplet: D0, C8 and FC. RGB value is (208,200,252). Sum of RGB (Red+Green+Blue) = 208+200+252=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0C8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C8FC is #2F3703. Grayscale: #D0D0D0. Windows color (decimal): -3094276 or 16566480. OLE color: 16566480.

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

Color convert

RGB208200252-
CMYK0.170.2100.01
HSL249.23º89.66%88.63%-
HSV(B)249.23º20.63%98.82%-
XYZ64.2461.75100.63-
YUV208.32152.65127.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.52%
GREEN value IS 200 (78.52% from 255) = 30.30%
BLUE value IS 252 (98.83% from 255) = 38.18%
R=31.52%
G=30.30%
B=38.18%

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
Decimal2082002520.170.2100.01249.2389.6688.63
HexD0C8FC111501f95a59
Octal320310374212501371132131
Binary1101000011001000111111001000110101011111100110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C8FC; }

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

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

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

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

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

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

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

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