#D5CBFB

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

Shades of Lavender Blue #D5CBFB

Tints of Lavender Blue #D5CBFB

Color information

#D5CBFB (or 0xD5CBFB) is unknown color: approx Lavender Blue. HEX triplet: D5, CB and FB. RGB value is (213,203,251). Sum of RGB (Red+Green+Blue) = 213+203+251=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFB is #2A3404. Grayscale: #D3D3D3. Windows color (decimal): -2765829 or 16501717. OLE color: 16501717.

HSL color Cylindrical-coordinate representation of color #D5CBFB: hue angle of 252.5º degrees, saturation: 0.86, 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 #D5CBFB is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213203251-
CMYK0.150.1900.02
HSL252.5º85.71%89.02%-
HSV(B)252.5º19.12%98.43%-
XYZ66.2163.82100.1-
YUV211.46150.31129.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.93%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=31.93%
G=30.43%
B=37.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132032510.150.1900.02252.585.7189.02
HexD5CBFBF1302fc5659
Octal325313373172302374126131
Binary1101010111001011111110111111100110101111110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBFB; }

 p { color: rgb(213,203,251); }

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

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

 a { background-color: rgb(213,203,251); }

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

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

 span { border-color: rgb(213,203,251); }

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