#D2CBFA

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

Shades of Lavender Blue #D2CBFA

Tints of Lavender Blue #D2CBFA

Color information

#D2CBFA (or 0xD2CBFA) is unknown color: approx Lavender Blue. HEX triplet: D2, CB and FA. RGB value is (210,203,250). Sum of RGB (Red+Green+Blue) = 210+203+250=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CBFA is #2D3405. Grayscale: #D2D2D2. Windows color (decimal): -2962438 or 16436178. OLE color: 16436178.

HSL color Cylindrical-coordinate representation of color #D2CBFA: hue angle of 248.94º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CBFA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210203250-
CMYK0.160.1900.02
HSL248.94º82.46%88.82%-
HSV(B)248.94º18.8%98.04%-
XYZ65.1963.3299.23-
YUV210.45150.32127.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=31.67%
G=30.62%
B=37.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102032500.160.1900.02248.9482.4688.82
HexD2CBFA101302f95259
Octal322313372202302371122131
Binary11010010110010111111101010000100110101111100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBFA; }

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

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

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

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

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

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

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

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