#D0CDFA

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

Shades of Lavender Blue #D0CDFA

Tints of Lavender Blue #D0CDFA

Color information

#D0CDFA (or 0xD0CDFA) is unknown color: approx Lavender Blue. HEX triplet: D0, CD and FA. RGB value is (208,205,250). Sum of RGB (Red+Green+Blue) = 208+205+250=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDFA is #2F3205. Grayscale: #D2D2D2. Windows color (decimal): -3092998 or 16436688. OLE color: 16436688.

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

Color convert

RGB208205250-
CMYK0.170.1800.02
HSL244º81.82%89.22%-
HSV(B)244º18%98.04%-
XYZ65.163.9799.36-
YUV211.03149.99125.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=31.37%
G=30.92%
B=37.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082052500.170.1800.0224481.8289.22
HexD0CDFA111202f45259
Octal320315372212202364122131
Binary11010000110011011111101010001100100101111010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDFA; }

 p { color: rgb(208,205,250); }

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

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

 a { background-color: rgb(208,205,250); }

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

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

 span { border-color: rgb(208,205,250); }

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