#D2CDFD

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

Shades of Lavender Blue #D2CDFD

Tints of Lavender Blue #D2CDFD

Color information

#D2CDFD (or 0xD2CDFD) is unknown color: approx Lavender Blue. HEX triplet: D2, CD and FD. RGB value is (210,205,253). Sum of RGB (Red+Green+Blue) = 210+205+253=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFD is #2D3202. Grayscale: #D3D3D3. Windows color (decimal): -2961923 or 16633298. OLE color: 16633298.

HSL color Cylindrical-coordinate representation of color #D2CDFD: hue angle of 246.25º 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 #D2CDFD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210205253-
CMYK0.170.1900.01
HSL246.25º92.31%89.8%-
HSV(B)246.25º18.97%99.22%-
XYZ66.1464.46101.88-
YUV211.97151.16126.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.44%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=31.44%
G=30.69%
B=37.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102052530.170.1900.01246.2592.3189.8
HexD2CDFD111301f65c5a
Octal322315375212301366134132
Binary1101001011001101111111011000110011011111011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDFD; }

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

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

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

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

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

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

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

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