#D5CBFF

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

Shades of Lavender Blue #D5CBFF

Tints of Lavender Blue #D5CBFF

Color information

#D5CBFF (or 0xD5CBFF) is unknown color: approx Lavender Blue. HEX triplet: D5, CB and FF. RGB value is (213,203,255). Sum of RGB (Red+Green+Blue) = 213+203+255=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFF is #2A3400. Grayscale: #D3D3D3. Windows color (decimal): -2765825 or 16763861. OLE color: 16763861.

HSL color Cylindrical-coordinate representation of color #D5CBFF: hue angle of 251.54º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CBFF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213203255-
CMYK0.160.2000
HSL251.54º100%89.8%-
HSV(B)251.54º20.39%100%-
XYZ66.8564.08103.45-
YUV211.92152.31128.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 255 (100% from 255) = 38.00%
R=31.74%
G=30.25%
B=38.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132032550.160.2000251.5410089.8
HexD5CBFF101400fc645a
Octal325313377202400374144132
Binary1101010111001011111111111000010100001111110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBFF; }

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

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

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

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

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

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

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

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