#D9BFF4

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

Shades of Fog #D9BFF4

Tints of Fog #D9BFF4

Color information

#D9BFF4 (or 0xD9BFF4) is unknown color: approx Fog. HEX triplet: D9, BF and F4. RGB value is (217,191,244). Sum of RGB (Red+Green+Blue) = 217+191+244=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9BFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFF4 is #26400B. Grayscale: #CCCCCC. Windows color (decimal): -2506764 or 16039897. OLE color: 16039897.

HSL color Cylindrical-coordinate representation of color #D9BFF4: hue angle of 269.43º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BFF4 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217191244-
CMYK0.110.2200.04
HSL269.43º70.67%85.29%-
HSV(B)269.43º21.72%95.69%-
XYZ63.5858.5493.54-
YUV204.82150.11136.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 29.29%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=33.28%
G=29.29%
B=37.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2171912440.110.2200.04269.4370.6785.29
HexD9BFF4B160410d4755
Octal331277364132604415107125
Binary110110011011111111110100101110110010010000110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFF4; }

 p { color: rgb(217,191,244); }

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

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

 a { background-color: rgb(217,191,244); }

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

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

 span { border-color: rgb(217,191,244); }

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