#D7CBFE

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

Shades of Lavender Blue #D7CBFE

Tints of Lavender Blue #D7CBFE

Color information

#D7CBFE (or 0xD7CBFE) is unknown color: approx Lavender Blue. HEX triplet: D7, CB and FE. RGB value is (215,203,254). Sum of RGB (Red+Green+Blue) = 215+203+254=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBFE is #283401. Grayscale: #D4D4D4. Windows color (decimal): -2634754 or 16698327. OLE color: 16698327.

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

Color convert

RGB215203254-
CMYK0.150.2000.00
HSL254.12º96.23%89.61%-
HSV(B)254.12º20.08%99.61%-
XYZ67.2764.31102.63-
YUV212.4151.48129.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=31.99%
G=30.21%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152032540.150.2000.00254.1296.2389.61
HexD7CBFEF1400fe605a
Octal327313376172400376140132
Binary110101111100101111111110111110100001111111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBFE; }

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

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

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

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

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

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

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

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