#D0CDF4

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

Shades of Lavender Blue #D0CDF4

Tints of Lavender Blue #D0CDF4

Color information

#D0CDF4 (or 0xD0CDF4) is unknown color: approx Lavender Blue. HEX triplet: D0, CD and F4. RGB value is (208,205,244). Sum of RGB (Red+Green+Blue) = 208+205+244=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0CDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDF4 is #2F320B. Grayscale: #D2D2D2. Windows color (decimal): -3093004 or 16043472. OLE color: 16043472.

HSL color Cylindrical-coordinate representation of color #D0CDF4: hue angle of 244.62º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0CDF4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208205244-
CMYK0.150.1600.04
HSL244.62º63.93%88.04%-
HSV(B)244.62º15.98%95.69%-
XYZ64.1763.694.48-
YUV210.34146.99126.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.66%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 244 (95.70% from 255) = 37.14%
R=31.66%
G=31.20%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082052440.150.1600.04244.6263.9388.04
HexD0CDF4F1004f54058
Octal320315364172004365100130
Binary11010000110011011111010011111000001001111010110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDF4; }

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

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

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

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

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

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

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

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