#D7CFFE

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

Shades of Lavender Blue #D7CFFE

Tints of Lavender Blue #D7CFFE

Color information

#D7CFFE (or 0xD7CFFE) is unknown color: approx Lavender Blue. HEX triplet: D7, CF and FE. RGB value is (215,207,254). Sum of RGB (Red+Green+Blue) = 215+207+254=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFFE is #283001. Grayscale: #D6D6D6. Windows color (decimal): -2633730 or 16699351. OLE color: 16699351.

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

Color convert

RGB215207254-
CMYK0.150.1900.00
HSL250.21º95.92%90.39%-
HSV(B)250.21º18.5%99.61%-
XYZ68.2366.23102.95-
YUV214.75150.15128.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=31.80%
G=30.62%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152072540.150.1900.00250.2195.9290.39
HexD7CFFEF1300fa605a
Octal327317376172300372140132
Binary110101111100111111111110111110011001111101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFFE; }

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

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

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

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

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

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

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

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