#D0CDFD

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

Shades of Lavender Blue #D0CDFD

Tints of Lavender Blue #D0CDFD

Color information

#D0CDFD (or 0xD0CDFD) is unknown color: approx Lavender Blue. HEX triplet: D0, CD and FD. RGB value is (208,205,253). Sum of RGB (Red+Green+Blue) = 208+205+253=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDFD is #2F3202. Grayscale: #D3D3D3. Windows color (decimal): -3092995 or 16633296. OLE color: 16633296.

HSL color Cylindrical-coordinate representation of color #D0CDFD: hue angle of 243.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CDFD is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208205253-
CMYK0.180.1900.01
HSL243.75º92.31%89.8%-
HSV(B)243.75º18.97%99.22%-
XYZ65.5764.16101.86-
YUV211.37151.49125.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.23%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=31.23%
G=30.78%
B=37.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082052530.180.1900.01243.7592.3189.8
HexD0CDFD121301f45c5a
Octal320315375222301364134132
Binary1101000011001101111111011001010011011111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDFD; }

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

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

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

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

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

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

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

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