#D0C9FF

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

Shades of Lavender Blue #D0C9FF

Tints of Lavender Blue #D0C9FF

Color information

#D0C9FF (or 0xD0C9FF) is unknown color: approx Lavender Blue. HEX triplet: D0, C9 and FF. RGB value is (208,201,255). Sum of RGB (Red+Green+Blue) = 208+201+255=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C9FF is #2F3600. Grayscale: #D1D1D1. Windows color (decimal): -3094017 or 16763344. OLE color: 16763344.

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

Color convert

RGB208201255-
CMYK0.180.2100
HSL247.78º100%89.41%-
HSV(B)247.78º21.18%100%-
XYZ64.9562.4103.23-
YUV209.25153.82127.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 201 (78.91% from 255) = 30.27%
BLUE value IS 255 (100% from 255) = 38.40%
R=31.33%
G=30.27%
B=38.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082012550.180.2100247.7810089.41
HexD0C9FF121500f86459
Octal320311377222500370144131
Binary1101000011001001111111111001010101001111100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C9FF; }

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

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

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

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

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

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

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

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