#D0C6FF

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

Shades of Lavender Blue #D0C6FF

Tints of Lavender Blue #D0C6FF

Color information

#D0C6FF (or 0xD0C6FF) is unknown color: approx Lavender Blue. HEX triplet: D0, C6 and FF. RGB value is (208,198,255). Sum of RGB (Red+Green+Blue) = 208+198+255=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C6FF is #2F3900. Grayscale: #CFCFCF. Windows color (decimal): -3094785 or 16762576. OLE color: 16762576.

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

Color convert

RGB208198255-
CMYK0.180.2200
HSL250.53º100%88.82%-
HSV(B)250.53º22.35%100%-
XYZ64.2661.02103-
YUV207.49154.81128.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 198 (77.73% from 255) = 29.95%
BLUE value IS 255 (100% from 255) = 38.58%
R=31.47%
G=29.95%
B=38.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081982550.180.2200250.5310088.82
HexD0C6FF121600fb6459
Octal320306377222600373144131
Binary1101000011000110111111111001010110001111101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C6FF; }

 p { color: rgb(208,198,255); }

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

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

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

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

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

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

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