#D4BEFF

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

Shades of Fog #D4BEFF

Tints of Fog #D4BEFF

Color information

#D4BEFF (or 0xD4BEFF) is unknown color: approx Fog. HEX triplet: D4, BE and FF. RGB value is (212,190,255). Sum of RGB (Red+Green+Blue) = 212+190+255=657 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.27% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEFF is #2B4100. Grayscale: #CBCBCB. Windows color (decimal): -2834689 or 16760532. OLE color: 16760532.

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

Color convert

RGB212190255-
CMYK0.170.2500
HSL260.31º100%87.25%-
HSV(B)260.31º25.49%100%-
XYZ63.6158.04102.46-
YUV203.99156.79133.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.27%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 255 (100% from 255) = 38.81%
R=32.27%
G=28.92%
B=38.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121902550.170.2500260.3110087.25
HexD4BEFF1119001046457
Octal324276377213100404144127
Binary11010100101111101111111110001110010010000010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEFF; }

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

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

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

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

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

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

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

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