#D7BEFF

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

Shades of Fog #D7BEFF

Tints of Fog #D7BEFF

Color information

#D7BEFF (or 0xD7BEFF) is unknown color: approx Fog. HEX triplet: D7, BE and FF. RGB value is (215,190,255). Sum of RGB (Red+Green+Blue) = 215+190+255=660 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.58% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BEFF is #284100. Grayscale: #CCCCCC. Windows color (decimal): -2638081 or 16760535. OLE color: 16760535.

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

Color convert

RGB215190255-
CMYK0.160.2500
HSL263.08º100%87.25%-
HSV(B)263.08º25.49%100%-
XYZ64.4958.49102.5-
YUV204.88156.28135.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.58%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 255 (100% from 255) = 38.64%
R=32.58%
G=28.79%
B=38.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151902550.160.2500263.0810087.25
HexD7BEFF1019001076457
Octal327276377203100407144127
Binary11010111101111101111111110000110010010000011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEFF; }

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

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

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

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

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

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

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

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