#D6BEE4

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

Shades of Fog #D6BEE4

Tints of Fog #D6BEE4

Color information

#D6BEE4 (or 0xD6BEE4) is unknown color: approx Fog. HEX triplet: D6, BE and E4. RGB value is (214,190,228). Sum of RGB (Red+Green+Blue) = 214+190+228=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6BEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEE4 is #29411B. Grayscale: #C9C9C9. Windows color (decimal): -2703644 or 14991062. OLE color: 14991062.

HSL color Cylindrical-coordinate representation of color #D6BEE4: hue angle of 277.89º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BEE4 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214190228-
CMYK0.060.1700.11
HSL277.89º41.3%81.96%-
HSV(B)277.89º16.67%89.41%-
XYZ60.1556.7281.18-
YUV201.51142.95136.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.86%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=33.86%
G=30.06%
B=36.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141902280.060.1700.11277.8941.381.96
HexD6BEE46110B1162952
Octal32627634462101342651122
Binary11010110101111101110010011010001010111000101101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEE4; }

 p { color: rgb(214,190,228); }

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

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

 a { background-color: rgb(214,190,228); }

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

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

 span { border-color: rgb(214,190,228); }

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