#D0CEF8

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

Shades of Lavender Blue #D0CEF8

Tints of Lavender Blue #D0CEF8

Color information

#D0CEF8 (or 0xD0CEF8) is unknown color: approx Lavender Blue. HEX triplet: D0, CE and F8. RGB value is (208,206,248). Sum of RGB (Red+Green+Blue) = 208+206+248=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF8 is #2F3107. Grayscale: #D3D3D3. Windows color (decimal): -3092744 or 16305872. OLE color: 16305872.

HSL color Cylindrical-coordinate representation of color #D0CEF8: hue angle of 242.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CEF8 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208206248-
CMYK0.160.1700.03
HSL242.86º75%89.02%-
HSV(B)242.86º16.94%97.25%-
XYZ65.0364.3397.8-
YUV211.39148.66125.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.42%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=31.42%
G=31.12%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082062480.160.1700.03242.867589.02
HexD0CEF8101103f34b59
Octal320316370202103363113131
Binary11010000110011101111100010000100010111111001110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEF8; }

 p { color: rgb(208,206,248); }

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

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

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

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

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

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

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