#D2CDFE

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

Shades of Lavender Blue #D2CDFE

Tints of Lavender Blue #D2CDFE

Color information

#D2CDFE (or 0xD2CDFE) is unknown color: approx Lavender Blue. HEX triplet: D2, CD and FE. RGB value is (210,205,254). Sum of RGB (Red+Green+Blue) = 210+205+254=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFE is #2D3201. Grayscale: #D3D3D3. Windows color (decimal): -2961922 or 16698834. OLE color: 16698834.

HSL color Cylindrical-coordinate representation of color #D2CDFE: hue angle of 246.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CDFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210205254-
CMYK0.170.1900.00
HSL246.12º96.08%90%-
HSV(B)246.12º19.29%99.61%-
XYZ66.364.52102.73-
YUV212.08151.66126.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.39%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=31.39%
G=30.64%
B=37.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102052540.170.1900.00246.1296.0890
HexD2CDFE111300f6605a
Octal322315376212300366140132
Binary1101001011001101111111101000110011001111011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDFE; }

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

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

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

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

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

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

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

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