#D7CFFF

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

Shades of Lavender Blue #D7CFFF

Tints of Lavender Blue #D7CFFF

Color information

#D7CFFF (or 0xD7CFFF) is unknown color: approx Lavender Blue. HEX triplet: D7, CF and FF. RGB value is (215,207,255). Sum of RGB (Red+Green+Blue) = 215+207+255=677 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.76% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFFF is #283000. Grayscale: #D6D6D6. Windows color (decimal): -2633729 or 16764887. OLE color: 16764887.

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

Color convert

RGB215207255-
CMYK0.160.1900
HSL250º100%90.59%-
HSV(B)250º18.82%100%-
XYZ68.3966.29103.8-
YUV214.86150.65128.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.76%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 255 (100% from 255) = 37.67%
R=31.76%
G=30.58%
B=37.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152072550.160.190025010090.59
HexD7CFFF101300fa645b
Octal327317377202300372144133
Binary1101011111001111111111111000010011001111101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CFFF; }

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

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

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

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

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

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

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

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