#D5CBFA

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

Shades of Lavender Blue #D5CBFA

Tints of Lavender Blue #D5CBFA

Color information

#D5CBFA (or 0xD5CBFA) is unknown color: approx Lavender Blue. HEX triplet: D5, CB and FA. RGB value is (213,203,250). Sum of RGB (Red+Green+Blue) = 213+203+250=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFA is #2A3405. Grayscale: #D3D3D3. Windows color (decimal): -2765830 or 16436181. OLE color: 16436181.

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

Color convert

RGB213203250-
CMYK0.150.1900.02
HSL252.77º82.46%88.82%-
HSV(B)252.77º18.8%98.04%-
XYZ66.0563.7699.27-
YUV211.35149.81129.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.98%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=31.98%
G=30.48%
B=37.54%

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
Decimal2132032500.150.1900.02252.7782.4688.82
HexD5CBFAF1302fd5259
Octal325313372172302375122131
Binary1101010111001011111110101111100110101111110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBFA; }

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

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

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

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

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

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

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

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