#D7CBFF

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

Shades of Lavender Blue #D7CBFF

Tints of Lavender Blue #D7CBFF

Color information

#D7CBFF (or 0xD7CBFF) is unknown color: approx Lavender Blue. HEX triplet: D7, CB and FF. RGB value is (215,203,255). Sum of RGB (Red+Green+Blue) = 215+203+255=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBFF is #283400. Grayscale: #D4D4D4. Windows color (decimal): -2634753 or 16763863. OLE color: 16763863.

HSL color Cylindrical-coordinate representation of color #D7CBFF: hue angle of 253.85º 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 #D7CBFF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215203255-
CMYK0.160.2000
HSL253.85º100%89.8%-
HSV(B)253.85º20.39%100%-
XYZ67.4364.38103.48-
YUV212.52151.98129.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.95%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 255 (100% from 255) = 37.89%
R=31.95%
G=30.16%
B=37.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152032550.160.2000253.8510089.8
HexD7CBFF101400fe645a
Octal327313377202400376144132
Binary1101011111001011111111111000010100001111111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBFF; }

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

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

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

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

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

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

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

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