#D2CBFD

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

Shades of Lavender Blue #D2CBFD

Tints of Lavender Blue #D2CBFD

Color information

#D2CBFD (or 0xD2CBFD) is unknown color: approx Lavender Blue. HEX triplet: D2, CB and FD. RGB value is (210,203,253). Sum of RGB (Red+Green+Blue) = 210+203+253=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 203 (79.69% from 255 or 30.48% 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 #D2CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBFD is #2D3402. Grayscale: #D2D2D2. Windows color (decimal): -2962435 or 16632786. OLE color: 16632786.

HSL color Cylindrical-coordinate representation of color #D2CBFD: hue angle of 248.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CBFD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210203253-
CMYK0.170.2000.01
HSL248.4º92.59%89.41%-
HSV(B)248.4º19.76%99.22%-
XYZ65.6663.51101.73-
YUV210.79151.82127.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=31.53%
G=30.48%
B=37.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102032530.170.2000.01248.492.5989.41
HexD2CBFD111401f85d59
Octal322313375212401370135131
Binary1101001011001011111111011000110100011111100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBFD; }

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

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

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

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

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

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

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

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