#D0CCFB

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

Shades of Lavender Blue #D0CCFB

Tints of Lavender Blue #D0CCFB

Color information

#D0CCFB (or 0xD0CCFB) is unknown color: approx Lavender Blue. HEX triplet: D0, CC and FB. RGB value is (208,204,251). Sum of RGB (Red+Green+Blue) = 208+204+251=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFB is #2F3304. Grayscale: #D2D2D2. Windows color (decimal): -3093253 or 16501968. OLE color: 16501968.

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

Color convert

RGB208204251-
CMYK0.170.1900.02
HSL245.11º85.45%89.22%-
HSV(B)245.11º18.73%98.43%-
XYZ65.0263.56100.11-
YUV210.55150.83126.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=31.37%
G=30.77%
B=37.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082042510.170.1900.02245.1185.4589.22
HexD0CCFB111302f55559
Octal320314373212302365125131
Binary11010000110011001111101110001100110101111010110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCFB; }

 p { color: rgb(208,204,251); }

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

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

 a { background-color: rgb(208,204,251); }

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

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

 span { border-color: rgb(208,204,251); }

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